OpcTranslatePathResultCollection Class

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll

Defines a collection for OpcTranslatePathResult instances.

C#

public class OpcTranslatePathResultCollection : OpcResultCollection<OpcTranslatePathResult, BrowsePathResult, BrowsePathResultCollection>, IList<OpcTranslatePathResult>, ICollection<OpcTranslatePathResult>, IList, ICollection, IReadOnlyList<OpcTranslatePathResult>, IReadOnlyCollection<OpcTranslatePathResult>, IEnumerable<OpcTranslatePathResult>, IEnumerable


Inheritance ObjectCollection<OpcTranslatePathResult> › OpcCollection<OpcTranslatePathResult, BrowsePathResult, BrowsePathResultCollection> › OpcResultCollection<OpcTranslatePathResult, BrowsePathResult, BrowsePathResultCollection> › OpcTranslatePathResultCollection


Implements IList<OpcTranslatePathResult>, ICollection<OpcTranslatePathResult>, IList, ICollection, IReadOnlyList<OpcTranslatePathResult>, IReadOnlyCollection<OpcTranslatePathResult>, IEnumerable<OpcTranslatePathResult>, IEnumerable

Name Description
OpcTranslatePathResultCollection Intitializes a new instance of the OpcTranslatePathResultCollection class.
OpcTranslatePathResultCollection(IList) Initializes a new instance of the OpcTranslatePathResultCollection class as a wrapper for the specified list.