Click or drag to resize
EasyEventCreateAddOnMethod Method

[Missing <summary> documentation for "M:X3Platform.DynamicProxy.Builder.CodeBuilder.EasyEvent.CreateAddOnMethod(System.Reflection.MethodAttributes,System.Type[])"]

Namespace: X3Platform.DynamicProxy.Builder.CodeBuilder
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public EasyMethod CreateAddOnMethod(
	MethodAttributes atts,
	params Type[] parameters
)

Parameters

atts
Type: System.ReflectionMethodAttributes

[Missing <param name="atts"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeBuilder.EasyEvent.CreateAddOnMethod(System.Reflection.MethodAttributes,System.Type[])"]

parameters
Type: SystemType

[Missing <param name="parameters"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeBuilder.EasyEvent.CreateAddOnMethod(System.Reflection.MethodAttributes,System.Type[])"]

Return Value

Type: EasyMethod

[Missing <returns> documentation for "M:X3Platform.DynamicProxy.Builder.CodeBuilder.EasyEvent.CreateAddOnMethod(System.Reflection.MethodAttributes,System.Type[])"]

See Also