Show / Hide Table of Contents

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 Source

EnumerableCast

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾