Module Ssa :: SourceVariables
Provides different types of SourceVariable
s.
Import path
import csharp
Classes
FieldOrPropSourceVariable |
A fully qualified field or property. |
LocalScopeSourceVariable |
A local scope variable. |
PlainFieldOrPropSourceVariable |
A plain field or property. |
QualifiedFieldOrPropSourceVariable |
A qualified field or property. |