Skip to content

sharedlibrarycore Map

RaidMax edited this page May 21, 2023 · 1 revision

Map Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore
  SharedLibraryCore.Map[[Map]]
  end
Loading

Members

Properties

Public properties

Type Name Methods
string Alias get, set
string Name get, set

Methods

Public methods

Returns Name
string ToString()

Details

Constructors

Map

Source code

public Map()

Methods

ToString

Source code

public override string ToString()

Properties

Name

public string Name { get; set; }

Alias

public string Alias { get; set; }

Generated with ModularDoc

Clone this wiki locally