Show / Hide Table of Contents

Class MethodCallGenerator

Inheritance
System.Object
MethodCallGenerator
Namespace: LiteEntitySystem
Assembly: LiteEntitySystem.dll
Syntax
public static class MethodCallGenerator : object

Methods

Generate<TEnt, TValue>(MethodInfo)

Declaration
public static MethodCallDelegate Generate<TEnt, TValue>(MethodInfo method)
Parameters
Type Name Description
MethodInfo method
Returns
Type Description
LiteEntitySystem.MethodCallDelegate
Type Parameters
Name Description
TEnt
TValue
In This Article
Back to top Generated by DocFX