Interface IRouteSegmentMatch
Represents an object for storing a CustomId wild card match.
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public interface IRouteSegmentMatch
Properties
| Improve this Doc View SourceValue
Gets the captured value of this wild card match.
Declaration
string Value { get; }
Property Value
Type | Description |
---|---|
String | The value of this wild card. |