Opc.Ua.Schema.SchemaValidator.GetSchema C# (CSharp) 메소드

GetSchema() 공개 메소드

Returns the schema for the specified type (returns the entire schema if null).
public GetSchema ( string typeName ) : string
typeName string
리턴 string
        public virtual string GetSchema(string typeName)
        {
            return null;
        } 
        #endregion