CSLE.SType.StaticCallCache C# (CSharp) Метод

StaticCallCache() публичный Метод

public StaticCallCache ( CLS_Content environment, IList _params, MethodCache cache ) : CLS_Content.Value
environment CLS_Content
_params IList
cache MethodCache
Результат CLS_Content.Value
        public CLS_Content.Value StaticCallCache(CLS_Content environment, IList<CLS_Content.Value> _params, MethodCache cache)
        {
            throw new NotImplementedException();
        }