MemberReference Struct

Definition

public value class MemberReference
public struct MemberReference
public readonly struct MemberReference
type MemberReference = struct
Public Structure MemberReference
Inheritance
MemberReference

Properties

Name
Parent

Gets the parent entity handle.

Signature

Gets a handle to the signature blob.

Methods

DecodeFieldSignature<TType,TGenericContext>(ISignatureTypeProvider<TType,TGenericContext>, TGenericContext)
DecodeFieldSignature<TType>(ISignatureTypeProvider<TType>)
DecodeMethodSignature<TType,TGenericContext>(ISignatureTypeProvider<TType,TGenericContext>, TGenericContext)
DecodeMethodSignature<TType>(ISignatureTypeProvider<TType>)
GetCustomAttributes()
GetKind()

Determines if the member reference is to a method or field.

Applies to