In This Article

IBinaryAssemblyReferenceCollection Interface

Provides the base requirements for a collection of IBinaryAssemblyReference objects.

public interface IBinaryAssemblyReferenceCollection : IObservableCollection<IBinaryAssemblyReference>

Properties

this[string]

The IBinaryAssemblyReference for the assembly with the specified full name.

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

The full name of the IBinaryAssemblyReference to return.

Property Value

IBinaryAssemblyReference

Inherited Members

Extension Methods