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