Click or drag to resize

SymbolicRefGetDeclaringType Method

Get the declaring type of the referenced object (returns null if none).

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public virtual TypeRefBase GetDeclaringType()

Return Value

Type: TypeRefBase
Remarks
References which have declaring types include: MethodRef (and ConstructorRef, OperatorRef), PropertyRef (and IndexerRef), EventRef, FieldRef, EnumMemberRef.
See Also