~~NOTRANS~~ ====== OpcReferenceDescriptionCollection Class ====== **Namespace:** Opc.UaFx \\ **Assemblies:** Opc.UaFx.Advanced.dll **C#** \\ <code csharp> public class OpcReferenceDescriptionCollection : OpcCollection<OpcReferenceDescription, ReferenceDescription, ReferenceDescriptionCollection>, IList<OpcReferenceDescription>, ICollection<OpcReferenceDescription>, IList, ICollection, IReadOnlyList<OpcReferenceDescription>, IReadOnlyCollection<OpcReferenceDescription>, IEnumerable<OpcReferenceDescription>, IEnumerable </code> \\ **Inheritance** [[https://docs.microsoft.com/en-us/dotnet/api/system.object|Object]] › [[https://docs.microsoft.com/en-us/dotnet/api/system.collections.objectmodel.collection|Collection]]<[[Opc.UaFx.OpcReferenceDescription|OpcReferenceDescription]]> › [[Opc.UaFx.OpcCollection|OpcCollection]]<[[Opc.UaFx.OpcReferenceDescription|OpcReferenceDescription]], [[Opc.UaMembers#ReferenceDescription|ReferenceDescription]], [[Opc.UaMembers#ReferenceDescriptionCollection|ReferenceDescriptionCollection]]> › OpcReferenceDescriptionCollection \\ **Implements** [[https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.ilist|IList]]<[[Opc.UaFx.OpcReferenceDescription|OpcReferenceDescription]]>, [[https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.icollection|ICollection]]<[[Opc.UaFx.OpcReferenceDescription|OpcReferenceDescription]]>, [[https://docs.microsoft.com/en-us/dotnet/api/system.collections.ilist|IList]], [[https://docs.microsoft.com/en-us/dotnet/api/system.collections.icollection|ICollection]], [[https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.ireadonlylist|IReadOnlyList]]<[[Opc.UaFx.OpcReferenceDescription|OpcReferenceDescription]]>, [[https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.ireadonlycollection|IReadOnlyCollection]]<[[Opc.UaFx.OpcReferenceDescription|OpcReferenceDescription]]>, [[https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.ienumerable|IEnumerable]]<[[Opc.UaFx.OpcReferenceDescription|OpcReferenceDescription]]>, [[https://docs.microsoft.com/en-us/dotnet/api/system.collections.ienumerable|IEnumerable]] ===== Constructors ===== <panel> ^ Name ^ Description ^ | [[Opc.UaFx.OpcReferenceDescriptionCollectionMembers#OpcReferenceDescriptionCollection|OpcReferenceDescriptionCollection]] | Initializes a new instance of the [[Opc.UaFx.OpcReferenceDescriptionCollection|OpcReferenceDescriptionCollection]] class. | | [[Opc.UaFx.OpcReferenceDescriptionCollectionMembers#OpcReferenceDescriptionCollection-IList-OpcReferenceDescription|OpcReferenceDescriptionCollection]]([[https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.ilist|IList]]) | Initializes a new instance of the [[Opc.UaFx.OpcReferenceDescriptionCollection|OpcReferenceDescriptionCollection]] class as a wrapper for the specified ''list''. | </panel>