Gets or sets the ordered list of parameter Types in the methods signature.
Namespace:
C1.WPF.ExtendedAssembly: C1.WPF.Extended (in C1.WPF.Extended.dll)
Syntax
| C# |
|---|
public Type[] Parameters { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; } |
| Visual Basic |
|---|
Public Property Parameters As Type() <CompilerGeneratedAttribute> _ Get <CompilerGeneratedAttribute> _ Set |