Class Tag<T>
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public class Tag<T> : ITag
Properties​
Type​
View Source​
Declaration
public TagType Type { get; }
Index​
View Source​
Declaration
public int Index { get; }
Length​
View Source​
Declaration
public int Length { get; }
Key​
View Source​
Declaration
public ulong Key { get; }
Value​
View Source​
Declaration
public T Value { get; }
ITag.Value​
View Source​
Declaration
object ITag.Value { get; }
Methods​
ToString()​
View Source​
Declaration
public override string ToString()
Returns​
System.String