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

SetContentType() private méthode

private SetContentType ( XmlSchemaContentType value ) : void
value XmlSchemaContentType
Résultat void
        internal void SetContentType(XmlSchemaContentType value) { 
            contentType = value; 
        }