Mono.Addins.Description.NodeTypeAttribute.Verify C# (CSharp) Метод

Verify() приватный Метод

private Verify ( string location, StringCollection errors ) : void
location string
errors System.Collections.Specialized.StringCollection
Результат void
        internal override void Verify(string location, StringCollection errors)
        {
            VerifyNotEmpty (location + "Attribute", errors, Name, "name");
        }