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

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