CSLE.RegHelper_SInstance.RegHelper_SInstanceFunction.StaticCall C# (CSharp) Метод

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

public StaticCall ( CLS_Content content, string function, BetterList _params ) : CLS_Content.Value
content CLS_Content
function string
_params BetterList
Результат CLS_Content.Value
            public override CLS_Content.Value StaticCall(CLS_Content content, string function, BetterList<CLS_Content.Value> _params)
            {
                throw new NotImplementedException("CSLE.SInstance.StaticCall");
            }