CSLE.SType.StaticCallCache C# (CSharp) Method

StaticCallCache() public method

public StaticCallCache ( CLS_Content environment, IList _params, MethodCache cache ) : CLS_Content.Value
environment CLS_Content
_params IList
cache MethodCache
return CLS_Content.Value
        public CLS_Content.Value StaticCallCache(CLS_Content environment, IList<CLS_Content.Value> _params, MethodCache cache)
        {
            throw new NotImplementedException();
        }