'Declaration Public Property PromptChar As Nullable(Of Char)
'Usage Dim instance As TimeSpanInputFieldInfo Dim value As Nullable(Of Char) instance.PromptChar = value value = instance.PromptChar
public Nullable<char> PromptChar {get; set;}
'Declaration Public Property PromptChar As Nullable(Of Char)
'Usage Dim instance As TimeSpanInputFieldInfo Dim value As Nullable(Of Char) instance.PromptChar = value value = instance.PromptChar
public Nullable<char> PromptChar {get; set;}