How do you reference this property: System.Collections.Generic.ICollection<DataSource>

  • Thread starter Thread starter Polaris431
  • Start date Start date
P

Polaris431

A property in some class shows up in the object browser as follows:

public System.Collections.Generic.ICollection<DataSource> DataSources {

get; }


How do I access this property. I'm not sure what the <DataSource>
implies. How do I define the variable that this property gets set to?
 
Back
Top