System.Xml.Schema.XmlSchemaType.SetDerivedBy C# (CSharp) 메소드

SetDerivedBy() 개인적인 메소드

private SetDerivedBy ( XmlSchemaDerivationMethod value ) : void
value XmlSchemaDerivationMethod
리턴 void
        internal void SetDerivedBy(XmlSchemaDerivationMethod value) { 
            derivedBy = value;
        }