Ejemplo n.º 1
0
        /// <summary> Constructor is used for a new instance of this class </summary>
        public Volume_Folders()
        {
            // Declare new collections
            valids = new Volume_Folder_Info_Collection();
            errors = new Volume_Folder_Info_Collection();

            // Set default
            userDefinable = String.Empty;
        }
 /// <summary> Constructore creates a new Volume_Folder_InfoEnumerator to iterate through
 /// the <see cref="Volume_Folder_Info_Collection"/>. </summary>
 /// <param name="Volume_Folder_Info_Collection"> <see cref="Volume_Folder_Info_Collection"/> to iterate through </param>
 public Volume_Folder_InfoEnumerator(Volume_Folder_Info_Collection Volume_Folder_Info_Collection)
 {
     Volume_Folder_Infos = Volume_Folder_Info_Collection;
 }