'Declaration Public Function New( _ ByVal color As Nullable(Of Color), _ ByVal name As String _ )
'Usage Dim color As Nullable(Of Color) Dim name As String Dim instance As New ColorItem(color, name)
public ColorItem( Nullable<Color> color, string name )
Parameters
- color
- A Color structure.
- name
- A string representing the name of the ColorItem.