Recurity.Swf.Rgba.Verify C# (CSharp) 메소드

Verify() 공개 메소드

Verifies this object and its components for documentation compliance.
public Verify ( ) : bool
리턴 bool
        public override bool Verify()
        {
            return true; // nothing to verify here
        }