Arguments.Create<T0, T1, T2, T3, T4, T5> Method (T0, T1, T2, T3, T4, T5) |
Creates a strongly-typed Arguments object representing 6 arguments.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 6.5.15.0 (6.5.15.0)

C#
public static Arguments Create<T0, T1, T2, T3, T4, T5>( T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 args5 )
Parameters
- arg0
- Type: T0
- arg1
- Type: T1
- arg2
- Type: T2
- arg3
- Type: T3
- arg4
- Type: T4
- args5
- Type: T5
Type Parameters
- T0
- T1
- T2
- T3
- T4
- T5
Return Value
Type: Arguments