[Missing <summary> documentation for "M:NHibernate.Bytecode.Lightweight.ReflectionOptimizer.CreateDynamicMethod(System.Type,System.Type[])"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
protected DynamicMethod CreateDynamicMethod( Type returnType, Type[] argumentTypes ) |
Visual Basic |
---|
Protected Function CreateDynamicMethod ( _ returnType As Type, _ argumentTypes As Type() _ ) As DynamicMethod |
Visual C++ |
---|
protected: DynamicMethod^ CreateDynamicMethod( Type^ returnType, array<Type^>^ argumentTypes ) |
Parameters
- returnType
- Type: System..::..Type
[Missing <param name="returnType"/> documentation for "M:NHibernate.Bytecode.Lightweight.ReflectionOptimizer.CreateDynamicMethod(System.Type,System.Type[])"]
- argumentTypes
- Type: array<System..::..Type>[]()[][]
[Missing <param name="argumentTypes"/> documentation for "M:NHibernate.Bytecode.Lightweight.ReflectionOptimizer.CreateDynamicMethod(System.Type,System.Type[])"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Bytecode.Lightweight.ReflectionOptimizer.CreateDynamicMethod(System.Type,System.Type[])"]