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

allNameSpaceRefs() public method

Part of the list interface for NameSpaceRefs
public allNameSpaceRefs ( ) : ArrayList
return System.Collections.ArrayList
        public System.Collections.ArrayList allNameSpaceRefs()
        {
            if (aNameSpaceRefs == null){
            setAllNameSpaceRefs( new System.Collections.ArrayList() );
            } // If
            return aNameSpaceRefs;
        }