Recurity.Swf.Rgb.Verify C# (CSharp) Méthode

Verify() public méthode

Verifies this object and its components for documentation compliance.
public Verify ( ) : bool
Résultat bool
        public virtual bool Verify()
        {
            return true; // nothing to verify here
        }