DataDictionary.Generated.Dictionary.getTests C# (CSharp) Méthode

getTests() private méthode

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

Same methods

Dictionary::getTests ( int idx ) : Frame