MetalamaAPI documentationPost­Sharp API migrationPost­Sharp.​AspectsArguments
Open sandboxFocus

Arguments Class

Inheritance
System.Object
Arguments
Implements
System.Collections.Generic.IList<System.Object>
System.Collections.Generic.ICollection<System.Object>
System.Collections.Generic.IEnumerable<System.Object>
System.Collections.IEnumerable
System.ICloneable
Namespace: PostSharp.Aspects
Assembly: Metalama.Migration.dll
Syntax
public class Arguments : Object

Constructors

Name Description
Arguments()

Fields

Name Description
Empty

Properties

Name Description
Count
Item[Int32]

Methods

Name Description
Clone()
CopyFrom(Object[], Int32)
CopyTo(Object[], Int32)
Create(Object[])
Create<T>(T)
Create<T0, T1>(T0, T1)
Create<T0, T1, T2>(T0, T1, T2)
Create<T0, T1, T2, T3>(T0, T1, T2, T3)
Create<T0, T1, T2, T3, T4>(T0, T1, T2, T3, T4)
Create<T0, T1, T2, T3, T4, T5>(T0, T1, T2, T3, T4, T5)
Create<T0, T1, T2, T3, T4, T5, T6>(T0, T1, T2, T3, T4, T5, T6)
Create<T0, T1, T2, T3, T4, T5, T6, T7>(T0, T1, T2, T3, T4, T5, T6, T7)
GetArgument(Int32)
GetEnumerator()
SetArgument(Int32, Object)
ToArray()