ParameterRef Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Diagnostics.DebuggerDisplay("{DebuggerDisplay,nq}")]
public class ParameterRef : IEquatable<Microsoft.VisualStudio.Composition.Reflection.ParameterRef>
[<System.Diagnostics.DebuggerDisplay("{DebuggerDisplay,nq}")>]
type ParameterRef = class
interface IEquatable<ParameterRef>
Public Class ParameterRef
Implements IEquatable(Of ParameterRef)
- Inheritance
-
ParameterRef
- Attributes
- Implements
Constructors
| ParameterRef(MethodRef, Int32) | |
| ParameterRef(ParameterInfo, Resolver) |
Properties
| AssemblyName | |
| DeclaringType | |
| Method | |
| MethodMetadataToken | |
| ParameterIndex |
Gets a 0-based index describing which parameter in the method this references. |
| ParameterInfo | |
Methods
| Equals(Object) | |
| Equals(ParameterRef) | |
| Get(ParameterInfo, Resolver) | |
| GetHashCode() |
Extension Methods
| Resolve(ParameterRef) |