System.Runtime.Serialization.Plists.BinaryPlistArray.BinaryPlistArray C# (CSharp) Method

BinaryPlistArray() public method

Initializes a new instance of the BinaryPlistArray class.
public BinaryPlistArray ( IList objectTable ) : System
objectTable IList A reference to the binary plist's object table.
return System
        public BinaryPlistArray(IList<BinaryPlistItem> objectTable)
            : this(objectTable, 0)
        {
        }

Same methods

BinaryPlistArray::BinaryPlistArray ( IList objectTable, int size ) : System