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

BinaryPlistItem() public method

Initializes a new instance of the BinaryPlistItem class.
public BinaryPlistItem ( object value ) : System
value object The value of the object the item represents.
return System
        public BinaryPlistItem(object value)
            : this()
        {
            this.Value = value;
        }

Same methods

BinaryPlistItem::BinaryPlistItem ( ) : System