Click or drag to resize
AbstractInvocationProceed Method

[Missing <summary> documentation for "M:X3Platform.DynamicProxy.Invocation.AbstractInvocation.Proceed(System.Object[])"]

Namespace: X3Platform.DynamicProxy.Invocation
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public virtual Object Proceed(
	params Object[] args
)

Parameters

args
Type: SystemObject

[Missing <param name="args"/> documentation for "M:X3Platform.DynamicProxy.Invocation.AbstractInvocation.Proceed(System.Object[])"]

Return Value

Type: Object

[Missing <returns> documentation for "M:X3Platform.DynamicProxy.Invocation.AbstractInvocation.Proceed(System.Object[])"]

Implements

IInvocationProceed(Object)
See Also