Interface ITag
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public interface ITag
Properties
| Improve this Doc View SourceIndex
Declaration
int Index { get; }
Property Value
Type | Description |
---|---|
Int32 |
Key
Declaration
ulong Key { get; }
Property Value
Type | Description |
---|---|
UInt64 |
Length
Declaration
int Length { get; }
Property Value
Type | Description |
---|---|
Int32 |
Type
Declaration
TagType Type { get; }
Property Value
Type | Description |
---|---|
TagType |
Value
Declaration
object Value { get; }
Property Value
Type | Description |
---|---|
Object |