IListContract<C> Interface
Represents a generic collection of IContract objects that can be individually accessed by index.
Assembly: System.AddIn.Contract (in System.AddIn.Contract.dll)
| Name | Description | |
|---|---|---|
![]() | AcquireLifetimeToken() | Specifies that the contract is accessible to a client until the client revokes the contract.(Inherited from IContract.) |
![]() | Add(C) | Adds an IContract to the ICollectionContract<C>.(Inherited from ICollectionContract<C>.) |
![]() | Clear() | Removes all elements from the ICollectionContract<C>.(Inherited from ICollectionContract<C>.) |
![]() | Contains(C) | Returns a value that indicates whether the specified IContract is in the ICollectionContract<C>.(Inherited from ICollectionContract<C>.) |
![]() | CopyTo(array<C>^, Int32) | Copies the entire ICollectionContract<C> to a compatible one-dimensional array, starting at the specified index of the target array. (Inherited from ICollectionContract<C>.) |
![]() | GetCount() | Returns the number of elements contained in the ICollectionContract<C>.(Inherited from ICollectionContract<C>.) |
![]() | GetEnumeratorContract() | Returns an enumerator that iterates through the collection.(Inherited from IEnumerableContract<C>.) |
![]() | GetIsReadOnly() | Returns a value that indicates whether the ICollectionContract<C> is read-only.(Inherited from ICollectionContract<C>.) |
![]() | GetItem(Int32) | Returns the element at the specified index. |
![]() | GetRemoteHashCode() | |
![]() | IndexOf(C) | Returns the index of a specific element in the IListContract<C>. |
![]() | Insert(Int32, C) | Inserts an element in the IListContract<C> at the specified index. |
![]() | QueryContract(String^) | Returns a contract that is implemented by this contract.(Inherited from IContract.) |
![]() | RemoteEquals(IContract^) | |
![]() | RemoteToString() | |
![]() | Remove(C) | Removes the first occurrence of a specific IContract from the ICollectionContract<C>.(Inherited from ICollectionContract<C>.) |
![]() | RemoveAt(Int32) | Removes the element at the specified index. |
![]() | RevokeLifetimeToken(Int32) | Specifies that the contract is no longer accessible to a client.(Inherited from IContract.) |
![]() | SetItem(Int32, C) | Replaces the element at the specified index. |
Available since 3.5
