Класс EntityInstanceReferenceCollection
Представляет коллекцию ссылок на внешние элементы.
Иерархия наследования
System.Object
System.Collections.Generic.List<EntityInstanceReference>
Microsoft.BusinessData.Runtime.EntityInstanceReferenceCollection
Пространство имен: Microsoft.BusinessData.Runtime
Сборка: Microsoft.BusinessData (в Microsoft.BusinessData.dll)
Синтаксис
'Декларация
Public NotInheritable Class EntityInstanceReferenceCollection _
Inherits List(Of EntityInstanceReference)
'Применение
Dim instance As EntityInstanceReferenceCollection
public sealed class EntityInstanceReferenceCollection : List<EntityInstanceReference>
Потокобезопасность
Любые общедоступные элементы static (Shared в Visual Basic) этого типа являются потокобезопасными. Не гарантируется, что любые элементы экземпляров потокобезопасны.