Interface IDeclaration
Assembly: OpenSilver.Compiler.TypeScriptDefToCSharp.dll
Syntax
public interface IDeclaration
Properties
|
Improve this Doc
View Source
Name
Declaration
string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Super
Declaration
Declaration.Container<Declaration> Super { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
FirstAncestor<TContainer>()
Declaration
TContainer FirstAncestor<TContainer>()
where TContainer : Declaration.Container<Declaration>
Returns
Type |
Description |
TContainer |
|
Type Parameters
Name |
Description |
TContainer |
|
|
Improve this Doc
View Source
FullName(String)
Declaration
string FullName(string sep)
Parameters
Type |
Name |
Description |
System.String |
sep |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SkippedFullName(String, Int32)
Declaration
string SkippedFullName(string sep, int count)
Parameters
Type |
Name |
Description |
System.String |
sep |
|
System.Int32 |
count |
|
Returns
Type |
Description |
System.String |
|
Extension Methods