System.Xml.Schema.XmlSchemaType.SetDerivedBy C# (CSharp) Method

SetDerivedBy() private method

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