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

allNameSpaces() public method

Part of the list interface for NameSpaces
public allNameSpaces ( ) : ArrayList
return System.Collections.ArrayList
        public System.Collections.ArrayList allNameSpaces()
        {
            if (aNameSpaces == null){
            setAllNameSpaces( new System.Collections.ArrayList() );
            } // If
            return aNameSpaces;
        }