public List<string> Substitutions { get; set; }
Public Property Substitutions As List(Of String)
Get
Set
public:
property List<String^>^ Substitutions {
List<String^>^ get ();
void set (List<String^>^ value);
}
member Substitutions : List<string> with get, set