GOA - System.Resources.ResourceManager.MovieCollection

ResourceManager.MovieCollection Class


Represents a collection of MovieResource elements available in the ResourceManager. This class cannot be inherited.

Definition

public sealed class ResourceManager.MovieCollection: Object, IList

Members Table

MethodDescription
AddWhen implemented by a class, adds an item to the IList. (Inherited from IList)
ClearWhen implemented by a class, removes all items from the IList. (Inherited from IList)
ContainsOverloaded. Determines whether the ResourceManager.MovieCollection contains a specific value.
CopyToCopies the elements of the ResourceManager.MovieCollection to an Array, starting at a particular Array index.
EqualsOverloaded. Compares two objects to determine if they are equal. (Inherited from Object)
GetEnumeratorReturns an enumerator that can iterate through the ResourceManager.MovieCollection.
GetHashCodeServes as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object)
GetTypeGets the Type of the current instance. (Inherited from Object)
IndexOfWhen implemented by a class, determines the index of a specific item in the IList. (Inherited from IList)
InsertWhen implemented by a class, inserts an item to the IList at the specified position. (Inherited from IList)
ReferenceEqualsDetermines whether the specified Object instances are the same instance. (Inherited from Object)
RemoveWhen implemented by a class, removes the first occurrence of a specific object from the IList. (Inherited from IList)
RemoveAtWhen implemented by a class, removes the IList item at the specified index. (Inherited from IList)
System.Collections.IList.AddAdds an element to the ResourceManager.MovieCollection. Always throws an exception.
System.Collections.IList.ClearRemoves all objects from the ResourceManager.MovieCollection instance. Always throws an exception.
System.Collections.IList.ContainsDetermines whether the ResourceManager.MovieCollection contains a specific value.
System.Collections.IList.IndexOfDetermines the index of a specific element of the ResourceManager.MovieCollection.
System.Collections.IList.InsertInserts an element into the ResourceManager.MovieCollection at the specified position. Always throws an exception.
System.Collections.IList.RemoveRemoves the first occurrence of a specific object from the ResourceManager.MovieCollection. Always throws an exception.
System.Collections.IList.RemoveAtRemoves the element at the specified index of the ResourceManager.MovieCollection. Always throws an exception.
System.Collections.IList.this[]Gets or sets the element at the specified index.
ToStringReturns a String that represents the current Object. (Inherited from Object)
this[]Overloaded. Gets or sets the element at the specified position or defined by a specified name.
PropertyDescription
CountGets the number of elements contained in the ResourceManager.MovieCollection.
IsFixedSizeWhen implemented by a class, gets a value indicating whether the IList has a fixed size. (Inherited from IList)
IsReadOnlyGets a value indicating whether the ResourceManager.MovieCollection is read-only.
IsSynchronizedWhen implemented by a class, gets a value indicating whether access to the ICollection is synchronized. (Inherited from ICollection)
SyncRootWhen implemented by a class, gets an object that can be used to synchronize access to the ICollection. (Inherited from ICollection)
System.Collections.ICollection.IsSynchronizedGets a value indicating whether access to the ResourceManager.MovieCollection is synchronized.
System.Collections.ICollection.SyncRootGets an Object that can be used to synchronize access to the ResourceManager.MovieCollection.
System.Collections.IList.IsFixedSizeGets a value indicating whether the ResourceManager.MovieCollection has a fixed size.

Inheritance Hierarchy

Object
ResourceManager.MovieCollection

Class Information

NamespaceSystem.Resources
Flash Librarycorlib.scl
Flash Library Version2.0.0.2466
Silverlight LibrarySystem.Windows.Forms.dll



© 2003-2007 NETiKA Technologies. All rights reserved.