Click or drag to resize
ArgumentsUtilConvertToArgumentReference Method (Type)

[Missing <summary> documentation for "M:X3Platform.DynamicProxy.Builder.CodeBuilder.Utils.ArgumentsUtil.ConvertToArgumentReference(System.Type[])"]

Namespace: X3Platform.DynamicProxy.Builder.CodeBuilder.Utils
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static ArgumentReference[] ConvertToArgumentReference(
	Type[] args
)

Parameters

args
Type: SystemType

[Missing <param name="args"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeBuilder.Utils.ArgumentsUtil.ConvertToArgumentReference(System.Type[])"]

Return Value

Type: ArgumentReference

[Missing <returns> documentation for "M:X3Platform.DynamicProxy.Builder.CodeBuilder.Utils.ArgumentsUtil.ConvertToArgumentReference(System.Type[])"]

See Also