In This Article

IBinaryAssemblyReferenceCollection Interface

Provides the base requirements for a collection of IBinaryAssemblyReference objects.

public interface IBinaryAssemblyReferenceCollection : IObservableCollection<IBinaryAssemblyReference>, IList<IBinaryAssemblyReference>, ICollection<IBinaryAssemblyReference>, IEnumerable<IBinaryAssemblyReference>, IEnumerable

Properties

Item[String]

Gets the IBinaryAssemblyReference for the assembly with the specified full name.

[C#] In C#, this property is the indexer for the IBinaryAssemblyReferenceCollection class.

IBinaryAssemblyReference this[string fullName] { get; }
Parameter Type Description
fullName String

The full name of the IBinaryAssemblyReference to return.

Property Value

IBinaryAssemblyReference:

The IBinaryAssemblyReference for the assembly with the specified full name.

Inherited Members

Extension Methods