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

allNameSpaceRefs() 공개 메소드

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