aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Capabilities/LLSDMethod.cs
blob: 5f42f446ccaa21ce87ed58974ddd9a2831b5f2bb (plain)
1
2
3
4
5
6
7
8
using System;
using System.Collections.Generic;
using System.Text;

namespace OpenSim.Region.Capabilities
{
    public delegate TResponse LLSDMethod<TRequest, TResponse>(TRequest request);
}