DataDictionary.Generated.Dictionary.getTests C# (CSharp) 메소드

getTests() 개인적인 메소드

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

Same methods

Dictionary::getTests ( int idx ) : Frame