Alba.Jaml.MSInternal.XamlParserFrame.Reset C# (CSharp) Метод

Reset() публичный Метод

public Reset ( ) : void
Результат void
        public override void Reset ()
        {
            base.Reset();
            this.PreviousChildType = null;
            this.CtorArgCount = 0;
            this.ForcedToUseConstructor = false;
            this.InCollectionFromMember = false;
            this.InImplicitArray = false;
            this.InContainerDirective = false;
            this.TypeNamespace = null;
        }
XamlParserFrame