Xml.Schema.Linq.CodeGen.ClrTypeInfo.Init C# (CSharp) 메소드

Init() 개인적인 메소드

private Init ( ) : void
리턴 void
        private void Init() {
            clrtypeName = null;
            clrtypeNs = null;
            schemaName = null;
            schemaNs = null;
            baseType = null;

            clrTypeFlags = ClrTypeFlags.None;
            typeOrigin = SchemaOrigin.None;

            annotations = new List<ClrAnnotation>();
        }