System.Xml.Schema.SchemaCollectionCompiler.CleanupSimpleType C# (CSharp) Method

CleanupSimpleType() private static method

private static CleanupSimpleType ( XmlSchemaSimpleType simpleType ) : void
simpleType XmlSchemaSimpleType
return void
        private static void CleanupSimpleType(XmlSchemaSimpleType simpleType) {
            simpleType.ElementDecl = null;
        }