Recurity.Swf.FilterList.Verfify C# (CSharp) Method

Verfify() public method

Verifies this object and its components for documentation compliance.
public Verfify ( ) : bool
return bool
        public bool Verfify()
        {
            return true;
        }