Search Results for

    Show / Hide Table of Contents

    Interface IRouteMatchContainer

    Represents a container for temporarily storing CustomId wild card matches of a component.

    Namespace: Discord
    Assembly: Discord.Net.Core.dll
    Syntax
    public interface IRouteMatchContainer

    Properties

    | Improve this Doc View Source

    SegmentMatches

    Gets the collection of captured route segments in this container.

    Declaration
    IEnumerable<IRouteSegmentMatch> SegmentMatches { get; }
    Property Value
    Type Description
    IEnumerable<IRouteSegmentMatch>

    A collection of captured route segments.

    Methods

    | Improve this Doc View Source

    SetSegmentMatches(IEnumerable<IRouteSegmentMatch>)

    Sets the SegmentMatches property of this container.

    Declaration
    void SetSegmentMatches(IEnumerable<IRouteSegmentMatch> segmentMatches)
    Parameters
    Type Name Description
    IEnumerable<IRouteSegmentMatch> segmentMatches

    The collection of captured route segments.

    Theme

    • Improve this Doc
    • View Source
    In This Article
    Back to top Discord.Net (c) 2015-2023 3.10.0