-
-
Notifications
You must be signed in to change notification settings - Fork 49
sharedlibrarycore Map
RaidMax edited this page May 21, 2023
·
1 revision
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore
SharedLibraryCore.Map[[Map]]
end
| Type | Name | Methods |
|---|---|---|
string |
Alias |
get, set |
string |
Name |
get, set |
| Returns | Name |
|---|---|
string |
ToString() |
public Map()public override string ToString()public string Name { get; set; }public string Alias { get; set; }Generated with ModularDoc