HandCoded.Meta.SchemaRecogniser.Recognises C# (CSharp) 메소드

Recognises() 공개 추상적인 메소드

Determines if the XmlDocument could be an instance of the indicated SchemaRelease.
public abstract Recognises ( SchemaRelease release, XmlDocument document ) : bool
release SchemaRelease The potential .
document System.Xml.XmlDocument The to be tested.
리턴 bool
        public abstract bool Recognises(SchemaRelease release, XmlDocument document);