CSLE.RegHelper_SInstance.RegHelper_SInstanceFunction.IndexGet C# (CSharp) Method

IndexGet() public method

public IndexGet ( CLS_Content content, object object_this, object key ) : CLS_Content.Value
content CLS_Content
object_this object
key object
return CLS_Content.Value
            public override CLS_Content.Value IndexGet(CLS_Content content, object object_this, object key)
            {
                throw new NotImplementedException("CSLE.SInstance.IndexGet");
            }