Class FerryRoute
Inheritance
System.Object
FerryRoute
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SOHFerryModel.Route
Assembly: SOHFerryModel.dll
Syntax
public class FerryRoute : IEnumerable<FerryRouteEntry>, IEnumerable
Constructors
| Improve this Doc View SourceFerryRoute()
Declaration
public FerryRoute()
Properties
| Improve this Doc View SourceEntries
Declaration
public List<FerryRouteEntry> Entries { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<FerryRouteEntry> |
Methods
| Improve this Doc View SourceGetEnumerator()
Returns an enumerator that iterates through the collection.
Declaration
public IEnumerator<FerryRouteEntry> GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerator<FerryRouteEntry> | An enumerator that can be used to iterate through the collection. |
Explicit Interface Implementations
| Improve this Doc View SourceIEnumerable.GetEnumerator()
Returns an enumerator that iterates through a collection.
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator | An System.Collections.IEnumerator object that can be used to iterate through the collection. |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable