For a list of all members of this type, see ISymbolRef Members.
Type | Description |
---|---|
ArgumentRef | An argument reference. |
ArrayElementRef | A reference to a specific element of an array. |
BaseRef | A 'base' reference. |
BuiltInType | A C# built in type. |
EventRef | A reference to an event. |
FieldRef | A reference to a field. |
IndexerRef | A reference to a class indexer. |
LocalRef | A local reference. |
MemberAccess | An expression that accesses a member of a variable (x.y). |
MethodRef | A reference to a method. |
PropertyRef | A reference to a property. |
PropertySetValueRef | A 'value' reference, used inside a set accessor. |
Reference | A variable. |
ThisRef | A 'this' reference. |
TypeRef | A reference to a type (interface, class, struct, enum, delegate - this includes built in types). |
UnknownReference | A variable who's type has not yet been determined. |
Namespace: DDW.CSharp.Dom
Assembly: CSharp (in CSharp.dll)
ISymbolRef Members | DDW.CSharp.Dom Namespace