System.Xml.Schema.XmlSchemaType.SetContentType C# (CSharp) Метод

SetContentType() приватный Метод

private SetContentType ( XmlSchemaContentType value ) : void
value XmlSchemaContentType
Результат void
        internal void SetContentType(XmlSchemaContentType value) { 
            contentType = value; 
        }