InterfaceEntry
NexusLabs.Needlr¶
NexusLabs.Needlr.Catalog¶
InterfaceEntry Class¶
Represents an interface with its source location information.
Inheritance System.Object 🡒 InterfaceEntry
Implements System.IEquatable<InterfaceEntry>
Constructors¶
InterfaceEntry(string, string, int) Constructor¶
Represents an interface with its source location information.
Parameters¶
FullName System.String
The fully qualified name of the interface.
SourceFilePath System.String
Source file path where the interface is defined, if available.
SourceLine System.Int32
1-based line number where the interface is defined, or 0 if unknown.
Properties¶
InterfaceEntry.FullName Property¶
The fully qualified name of the interface.
Property Value¶
InterfaceEntry.SourceFilePath Property¶
Source file path where the interface is defined, if available.
Property Value¶
InterfaceEntry.SourceLine Property¶
1-based line number where the interface is defined, or 0 if unknown.