System.Xml.Schema.XmlSchemaType.SetContentType C# (CSharp) 메소드

SetContentType() 개인적인 메소드

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