Class EventItemKey
Assembly: Glitch9.IO.dll
Syntax
public record EventItemKey : IEquatable<EventItemKey>
Constructors
|
Edit this page
View Source
EventItemKey(int, string)
Declaration
public EventItemKey(int index = -1, string id = null)
Parameters
|
Edit this page
View Source
EventItemKey(string)
Declaration
public EventItemKey(string id)
Parameters
| Type |
Name |
Description |
| string |
id |
|
Properties
|
Edit this page
View Source
Id
Declaration
public string Id { get; }
Property Value
|
Edit this page
View Source
Index
Declaration
public int Index { get; }
Property Value
Implements
Extension Methods