'Declaration
Public Property CompanyIdentifiers As HashSet(Of String)
'Usage
Dim instance As NameParserLogic Dim value As HashSet(Of String) instance.CompanyIdentifiers = value value = instance.CompanyIdentifiers
public HashSet<string> CompanyIdentifiers {get; set;}
public: property HashSet<String^>^ CompanyIdentifiers { HashSet<String^>^ get(); void set ( HashSet<String^>^ value); }