StartIndexDictionaryInternalClear Method |
Don't call this function. It is intended for internal use only.
INTERNAL FUNCTION used to clear the inner dictionary.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.24.6
Syntax[ObsoleteAttribute("Don't call this function. It is intended for internal use only.")]
public void InternalClear()
<ObsoleteAttribute("Don't call this function. It is intended for internal use only.")>
Public Sub InternalClear
Dim instance As StartIndexDictionary
instance.InternalClear()
RemarksThis function should not be used by user code.
See Also