Mono.Addins.Description.NodeTypeAttribute.Verify C# (CSharp) Method

Verify() private method

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