In This Article

IBinaryAssemblyReferenceCollection Interface

Provides the base requirements for a collection of IBinaryAssemblyReference objects.

public interface IBinaryAssemblyReferenceCollection : IObservableCollection<IBinaryAssemblyReference>

Properties

this[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