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

getNameSpaces() private method

Part of the list interface for NameSpaces
private getNameSpaces ( ) : ArrayList
return System.Collections.ArrayList
        private System.Collections.ArrayList getNameSpaces()
        {
            return allNameSpaces();
        }

Same methods

Dictionary::getNameSpaces ( int idx ) : NameSpace