YAXLib.MemberWrapper.InitInstance C# (CSharp) Method

InitInstance() private method

Initializes this instance of MemberWrapper.
private InitInstance ( ) : void
return void
        private void InitInstance()
        {
            Comment = null;
            IsAttributedAsSerializable = false;
            IsAttributedAsDontSerialize = false;
            IsAttributedAsNotCollection = false;
            IsSerializedAsAttribute = false;
            IsSerializedAsValue = false;
            SerializationLocation = ".";
            Format = null;
            InitDefaultValue();
        }