Goblin - A Platform for 3D AR and VR Applications

ISymbolRef Interface

For a list of all members of this type, see ISymbolRef Members.

public interface ISymbolRef : IDeclaration

Types that implement ISymbolRef

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.

Requirements

Namespace: DDW.CSharp.Dom

Assembly: CSharp (in CSharp.dll)

See Also

ISymbolRef Members | DDW.CSharp.Dom Namespace