A code reference is a pointer into the structure of a .Net program for use in
describing the location of a certain code construct to the user. It is
typically used to identify the point of definition of a test component.
Namespace:
Gallio.Common.ReflectionAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
[SerializableAttribute] public struct CodeReference : IEquatable<CodeReference>, IXmlSerializable, INormalizable<CodeReference> |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Structure CodeReference _ Implements IEquatable(Of CodeReference), IXmlSerializable, _ INormalizable(Of CodeReference) |
