CSLE.RegHelper_SInstance.RegHelper_SInstanceFunction.StaticCall C# (CSharp) Méthode

StaticCall() public méthode

public StaticCall ( CLS_Content content, string function, BetterList _params ) : CLS_Content.Value
content CLS_Content
function string
_params BetterList
Résultat 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");
            }