Class LocalTypeGenericContext
Inheritance
System.Object
LocalTypeGenericContext
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: IL2CPU.Debug.Symbols
Assembly: IL2CPU.Debug.Symbols.Net48.dll
Syntax
public class LocalTypeGenericContext
Constructors
| Improve this Doc View SourceLocalTypeGenericContext(ImmutableArray<Type>, ImmutableArray<Type>)
Declaration
public LocalTypeGenericContext(ImmutableArray<Type> typeParameters, ImmutableArray<Type> methodParameters)
Parameters
Type | Name | Description |
---|---|---|
ImmutableArray<System.Type> | typeParameters | |
ImmutableArray<System.Type> | methodParameters |
Properties
| Improve this Doc View SourceMethodParameters
Declaration
public ImmutableArray<Type> MethodParameters { get; }
Property Value
Type | Description |
---|---|
ImmutableArray<System.Type> |
TypeParameters
Declaration
public ImmutableArray<Type> TypeParameters { get; }
Property Value
Type | Description |
---|---|
ImmutableArray<System.Type> |