Arguments.Create Method (Object[]) |
Creates a weakly-typed Arguments object representing any number of arguments.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 6.6.14.0 (6.6.14.0)

C#
public static Arguments Create( params Object[] array )
Parameters
- array
- Type: System.Object[]
Return Value
Type: Arguments