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

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