Click or drag to resize
NullExpressionEmit Method

[Missing <summary> documentation for "M:X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST.NullExpression.Emit(X3Platform.DynamicProxy.Builder.CodeBuilder.IEasyMember,System.Reflection.Emit.ILGenerator)"]

Namespace: X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public override void Emit(
	IEasyMember member,
	ILGenerator gen
)

Parameters

member
Type: X3Platform.DynamicProxy.Builder.CodeBuilderIEasyMember

[Missing <param name="member"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST.NullExpression.Emit(X3Platform.DynamicProxy.Builder.CodeBuilder.IEasyMember,System.Reflection.Emit.ILGenerator)"]

gen
Type: System.Reflection.EmitILGenerator

[Missing <param name="gen"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST.NullExpression.Emit(X3Platform.DynamicProxy.Builder.CodeBuilder.IEasyMember,System.Reflection.Emit.ILGenerator)"]

Implements

IEmitterEmit(IEasyMember, ILGenerator)
See Also