Arguments.ToArray Method |
Converts the current argument list into an Array.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 6.5.15.0 (6.5.15.0)

C#
public Object[] ToArray()
Return Value
Type: Object[]An Array whose elements are equal to the values encapsulated by the current Arguments.
