Class ReflectionHelper.Cache
Cache for Reflection tasks.
Inheritance
System.Object
ReflectionHelper.Cache
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: Jotunn.Utils
Assembly: Jotunn.dll
Syntax
public static class Cache
Properties
| Improve this Doc View SourceEnumerableCast
System.Reflection.MethodInfo of System.Linq.Enumerable.Cast``1(System.Collections.IEnumerable)
Declaration
public static MethodInfo EnumerableCast { get; }
Property Value
Type | Description |
---|---|
System.Reflection.MethodInfo |
EnumerableToArray
System.Reflection.MethodInfo of System.Linq.Enumerable.ToArray``1(System.Collections.Generic.IEnumerable{``0})
Declaration
public static MethodInfo EnumerableToArray { get; }
Property Value
Type | Description |
---|---|
System.Reflection.MethodInfo |
EnumerableToList
System.Reflection.MethodInfo of System.Linq.Enumerable.ToList``1(System.Collections.Generic.IEnumerable{``0})
Declaration
public static MethodInfo EnumerableToList { get; }
Property Value
Type | Description |
---|---|
System.Reflection.MethodInfo |