'DeclarationPublic Property PlaceholderTags As List(Of String)
'UsageDim instance As PlaceholderSplitOptions Dim value As List(Of String) instance.PlaceholderTags = value value = instance.PlaceholderTags
public List<string> PlaceholderTags {get; set;}