PostSharpAPI ReferencePost­Sharp.​ReflectionMethod­Usage­Code­ReferenceUsed­Type
Open sandboxFocus

MethodUsageCodeReference.UsedType Property

UsedType

Gets the System.Type used by the method. If the current object represents a reference to a MethodInfo or ConstructorInfo, this property returns the declaring type of the method or constructor.

Declaration
public Type UsedType { get; }
Property Value
Type Description
System.Type