C# Класс Opc.Ua.StringTable

A thread safe table of string constants.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
StringTable ( ) : System

Creates an empty collection.

StringTable ( IEnumerable strings ) : System

Copies a list of strings.

StringTable ( bool shared ) : System

Creates an empty collection which is marked as shared.

Описание методов

StringTable() публичный Метод

Creates an empty collection.
public StringTable ( ) : System
Результат System

StringTable() публичный Метод

Copies a list of strings.
public StringTable ( IEnumerable strings ) : System
strings IEnumerable
Результат System

StringTable() публичный Метод

Creates an empty collection which is marked as shared.
public StringTable ( bool shared ) : System
shared bool
Результат System