Class Tag<T>
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
public class Tag<T> : ITag
Type Parameters
T
- Inheritance
-
Tag<T>
- Implements
- Inherited Members
Properties
Index
public int Index { get; }
Property Value
Key
public ulong Key { get; }
Property Value
Length
public int Length { get; }
Property Value
Type
public TagType Type { get; }
Property Value
Value
public T Value { get; }
Property Value
- T
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.