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

SetContentType() private method

private SetContentType ( XmlSchemaContentType value ) : void
value XmlSchemaContentType
return void
        internal void SetContentType(XmlSchemaContentType value) { 
            contentType = value; 
        }