Table of Contents

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

int

Key

public ulong Key { get; }

Property Value

ulong

Length

public int Length { get; }

Property Value

int

Type

public TagType Type { get; }

Property Value

TagType

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.