DEBSOURCES
Skip Quicknav
sources / lsprotocol / 2025.0.0-3 / generator / plugins / dotnet / custom / IRequest.cs
123456789
public interface IRequest<TParams> : IMessage { OrType<string, int> Id { get; } string Method { get; } TParams Params { get; } }