Interface ITag
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public interface ITag
Properties​
Index​
View Source​
Declaration
int Index { get; }
Length​
View Source​
Declaration
int Length { get; }
Type​
View Source​
Declaration
TagType Type { get; }
Key​
View Source​
Declaration
ulong Key { get; }
Value​
View Source​
Declaration
object Value { get; }