Recurity.Swf.CurvedEdgeRecord.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
        }