Open.Core.PropertyListBuilder.PropertyListBuilder C# (CSharp) Method

PropertyListBuilder() public method

Constructor.
public PropertyListBuilder ( object instance, bool isDictionary ) : System
instance object
isDictionary bool
return System
        public PropertyListBuilder(object instance, bool isDictionary)
        {
            this.instance = instance;
            IsDictionary = isDictionary;
        }
        #endregion