Class ReagentGuideChangeset
Inheritance
System.Object
ReagentGuideChangeset
Assembly: Content.Shared.dll
Syntax
public sealed class ReagentGuideChangeset : object
Constructors
|
Improve this Doc
View Source
ReagentGuideChangeset(Dictionary<String, ReagentGuideEntry>, HashSet<String>)
Declaration
public ReagentGuideChangeset(Dictionary<string, ReagentGuideEntry> guideEntries, HashSet<string> removed)
Parameters
Type |
Name |
Description |
Dictionary<System.String, ReagentGuideEntry> |
guideEntries |
|
HashSet<System.String> |
removed |
|
Fields
|
Improve this Doc
View Source
GuideEntries
Declaration
public Dictionary<string, ReagentGuideEntry> GuideEntries
Field Value
|
Improve this Doc
View Source
Removed
Declaration
public HashSet<string> Removed
Field Value
Type |
Description |
HashSet<System.String> |
|