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.8.6.0 (6.8.6.0)

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