IIdentifierCollection interface
Representa a coleção de identificadores.
Namespace: Microsoft.BusinessData.MetadataModel.Collections
Assembly: Microsoft.BusinessData (em Microsoft.BusinessData.dll)
Sintaxe
'Declaração
Public Interface IIdentifierCollection _
Inherits IReadOnlyCollection(Of IIdentifier), IEnumerable
'Uso
Dim instance As IIdentifierCollection
public interface IIdentifierCollection : IReadOnlyCollection<IIdentifier>,
IEnumerable