SubMain - CodeIt.Right The First Time!  
Home
Products
  CodeIt.Right
  CodeIt.Once for .NET
  PrettyCode.Print for .NET
  PrettyCode.Print
  SmartOutline for VS2005
  .NET Coding Guidelines
Download
Purchase
Support
Contact Us

CodeIt.Right SDK Class Library

IMethodInfo.RemoveParameterAt Method 

Removes a parameter from specified index.

void RemoveParameterAt(
   int index
);

Parameters

index

Index of the parameter.

Remarks

Example

To be added.

See Also

IMethodInfo Interface | SubMain.CodeItRight.Sdk.Core.Reflection Namespace