Class CodeReference
Defines reference to parameter or variable inside of current method/property or simple (without owner type/instance) reference to field/property.
public sealed class CodeReference : ICodeExpression, ILValue, ICodeElement
- Inheritance
-
CodeReference
- Implements
- Extension Methods
Constructors
CodeReference(ITypedName)
Create parameter, variable, field or property reference (access expression).
public CodeReference(ITypedName referenced)
Parameters
referenced
ITypedNameParameter, variable, field or property to reference.
Properties
Referenced
Referenced named object with type (parameter, variable, property or field).
public ITypedName Referenced { get; }