Method SetBindValues
SetBindValues<T>(NuiBind<T>, IEnumerable<T>)
Sets the current values of the specified bind for this window instance.
public void SetBindValues<T>(NuiBind<T> bind, IEnumerable<T> values)
Parameters
bindNuiBind<T>The bind value to assign.
valuesIEnumerable<T>The new values.
Type Parameters
TThe value type of the bind.