Class UidDefinition
Inheritance
UidDefinition
Namespace:Microsoft.DocAsCode.Plugins
Assembly:Microsoft.DocAsCode.Plugins.dll
Syntax
public class UidDefinition
Constructors
|
Improve this Doc
View Source
UidDefinition(String, String, Nullable<Int32>, Nullable<Int32>)
Declaration
public UidDefinition(string uid, string file, int ? line = null, int ? column = null)
Parameters
Properties
|
Improve this Doc
View Source
Column
Declaration
public int ? Column { get; }
Property Value
|
Improve this Doc
View Source
File
Declaration
public string File { get; }
Property Value
|
Improve this Doc
View Source
Line
Declaration
public int ? Line { get; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; }
Property Value
Extension Methods