~~NOTRANS~~ ====== OpcLocalReferenceCollection Members ====== **Namespace:** Opc.UaFx.Server \\ **Assemblies:** Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll \\ The [[Opc.UaFx.Server.OpcLocalReferenceCollection|OpcLocalReferenceCollection]] type exposes the following members. ===== Constructors ===== ==== OpcLocalReferenceCollection() ==== <panel> Initializes a new instance of the [[Opc.UaFx.Server.OpcLocalReferenceCollection|OpcLocalReferenceCollection]] class. **C#** \\ <code csharp> public OpcLocalReferenceCollection() </code> </panel> ==== OpcLocalReferenceCollection(IList<OpcLocalReference>) ==== <panel> Initializes a new instance of the [[Opc.UaFx.Server.OpcLocalReferenceCollection|OpcLocalReferenceCollection]] class as a wrapper for the specified ''list''. **C#** \\ <code csharp> public OpcLocalReferenceCollection(IList<OpcLocalReference> list) </code> \\ **Parameters** ''list'' [[https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.ilist|IList]]<[[Opc.UaFx.Server.OpcLocalReference|OpcLocalReference]]> \\ The [[https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.ilist-1|IList´1]] of [[Opc.UaFx.Server.OpcLocalReference|OpcLocalReference]] instances to wrap.\\ \\ **Exceptions** [[https://docs.microsoft.com/en-us/dotnet/api/system.argumentnullexception|ArgumentNullException]] \\ The ''list'' is a null reference (Nothing in Visual Basic).\\ </panel>