ILocations Interface |
Namespace: DHI.Mike1D.Generic
public interface ILocations : IEnumerable<ILocation>, IEnumerable, IList<ILocation>, ICollection<ILocation>
The ILocations type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count | |
![]() | IsReadOnly | Gets a value indicating whether the ICollectionT is read-only. (Inherited from ICollectionILocation.) |
![]() | Item |
Name | Description | |
---|---|---|
![]() | Add | |
![]() | Clear | |
![]() | Contains | Determines whether the ICollectionT contains a specific value. (Inherited from ICollectionILocation.) |
![]() | CopyTo | (Inherited from ICollectionILocation.) |
![]() | Find | |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableILocation.) |
![]() | IndexOf | |
![]() | Insert | Inserts an item to the IListT at the specified index. (Inherited from IListILocation.) |
![]() | Remove | |
![]() | RemoveAt |