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

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top