DataDictionary.Generated.Dictionary.getTests C# (CSharp) Method

getTests() private method

Part of the list interface for Tests
private getTests ( ) : ArrayList
return System.Collections.ArrayList
        private System.Collections.ArrayList getTests()
        {
            return allTests();
        }

Same methods

Dictionary::getTests ( int idx ) : Frame