Represents a collection of INamed objects that could be found by its Name field.
            
Declaration Syntax
public class NamedCollection<T> : ReadOnlyCollection<T>, INamedCollection<T>
Table 8:  Members
| 
                 Property 
               | 
                Item
               | 
                 
            The operator [] can find an object by its name.
             
               | 
| 
                 Property 
               | 
                Names
               | 
                 
            Returns the list of the names of the objects in the collection.
             
               |