Initialize tag with a value

Namespace: T.Toolkit
Assembly: T.Toolkit (in T.Toolkit.dll)

Public Shared Sub InitializeTag( _ 
ByVal tag As ArrayObj(Of UserType), _ 
Optional ByVal value As Object = null _ 
)
This language is not supported or no code example is available.
public static void InitializeTag( 
ArrayObj<UserType> tag
object value = null 
)
This language is not supported or no code example is available.

Parameters

tag
Type: ArrayObj<UserType>

Tag

value
Type: object

New value

.NET Framework

Supported in: 4.6.2, 4.7