Table of Contents

Interface IRouteSegmentMatch

Namespace
Discord
Assembly
Discord.Net.Core.dll

Represents an object for storing a CustomId wild card match.

public interface IRouteSegmentMatch

Properties

Value

Gets the captured value of this wild card match.

string Value { get; }

Property Value

string

The value of this wild card.