 | ReferenceTaskGetSchema Method |
The get schema.
Namespace: Slash.AI.BehaviorTrees.ImplementationsAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic XmlSchema GetSchema()
Public Function GetSchema As XmlSchema
public:
virtual XmlSchema^ GetSchema() sealed
abstract GetSchema : unit -> XmlSchema
override GetSchema : unit -> XmlSchema
Return Value
Type:
XmlSchema The System.Xml.Schema.XmlSchema.
Implements
IXmlSerializableGetSchema
See Also