Class Länder
Exposes information about contries in the world.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Namespace: IRM.Domain
Assembly: IRM.dll
Syntax
public static class Länder
Properties
Alla
All countries in the world.
Declaration
public static List<Land> Alla { get; }
Property Value
List<Land>
|
EU
All countries that are part of the European Union (EU).
Declaration
public static IEnumerable<Land> EU { get; }
Property Value
IEnumerable<Land>
|