Mono.Addins.Description.NodeTypeAttribute.Verify C# (CSharp) Méthode

Verify() private méthode

private Verify ( string location, StringCollection errors ) : void
location string
errors System.Collections.Specialized.StringCollection
Résultat void
        internal override void Verify(string location, StringCollection errors)
        {
            VerifyNotEmpty (location + "Attribute", errors, Name, "name");
        }