Arguments.Create<T0, T1> Method (T0, T1) |
Creates a strongly-typed Arguments object representing 2 arguments.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 6.0.35.0 (6.0.35.0)

C#
public static Arguments Create<T0, T1>( T0 arg0, T1 arg1 )
Parameters
- arg0
- Type: T0
- arg1
- Type: T1
Type Parameters
- T0
- T1
Return Value
Type: Arguments