StoreUpdateAt(Int32, Term) Method
Note: This API is now obsolete.
Namespace: SMath.MathAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
[ObsoleteAttribute("Use Entry instead of Term[]", false)]
public void UpdateAt(
int index,
Term[] answer
)
<ObsoleteAttribute("Use Entry instead of Term[]", false)>
Public Sub UpdateAt (
index As Integer,
answer As Term()
)
public:
[ObsoleteAttribute(L"Use Entry instead of Term[]", false)]
void UpdateAt(
int index,
array<Term^>^ answer
)
[<ObsoleteAttribute("Use Entry instead of Term[]", false)>]
member UpdateAt :
index : int *
answer : Term[] -> unit
Parameters
- index Int32
-
- answer Term
-