Class ExtensionMethods
Inheritance
System.Object
ExtensionMethods
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: MalteHusung.GlobalMessage
Assembly: cs.temp.dll.dll
Syntax
public static class ExtensionMethods
Methods
IsSameOrSubclassOf(Type, Type)
Declaration
public static bool IsSameOrSubclassOf(this Type subType, Type typeToCheck)
Parameters
Type | Name | Description |
---|---|---|
Type | subType | |
Type | typeToCheck |
Returns
Type | Description |
---|---|
System.Boolean |
RemoveFrom<T>(List<T>, Int32)
Removes all elements starting at index
.
Declaration
public static void RemoveFrom<T>(this List<T> list, int index)
Parameters
Type | Name | Description |
---|---|---|
List<T> | list | |
System.Int32 | index |
Type Parameters
Name | Description |
---|---|
T |