System.Xml.Schema.XmlSchemaType.SetDerivedBy C# (CSharp) Méthode

SetDerivedBy() private méthode

private SetDerivedBy ( XmlSchemaDerivationMethod value ) : void
value XmlSchemaDerivationMethod
Résultat void
        internal void SetDerivedBy(XmlSchemaDerivationMethod value) { 
            derivedBy = value;
        }