Amplication AST Libraries Documentation
GitHub
Amplication Docs
Amplication
Preparing search index...
@amplication/csharp-ast
Dictionary
MapEntry
Interface MapEntry
Represents a key-value pair in the dictionary.
interface
MapEntry
{
key
:
CodeBlock
;
value
:
CodeBlock
;
}
Index
Properties
key
value
Properties
key
key
:
CodeBlock
The key of the entry
value
value
:
CodeBlock
The value of the entry
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
key
value
GitHub
Amplication Docs
Amplication
Amplication AST Libraries Documentation
Loading...
Represents a key-value pair in the dictionary.