Class LinkedResourceCollection

LinkedResourceCollection class

Represents a collection of LinkedResource objects

public sealed class LinkedResourceCollection : Collection<LinkedResource>, IDisposable

Methods

NameDescription
Clear(bool)Removes all elements from this collection.
Dispose()Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Remove(LinkedResource)Removes the first occurrence of a LinkedResource object from the LinkedResourceCollection.
RemoveAt(int, bool)Removes the element at the specified index from this collection.

See Also