C# Class Opc.Ua.StringTable

A thread safe table of string constants.
ファイルを表示 Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Public Methods

Method Description
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.

Method Details

StringTable() public method

Creates an empty collection.
public StringTable ( ) : System
return System

StringTable() public method

Copies a list of strings.
public StringTable ( IEnumerable strings ) : System
strings IEnumerable
return System

StringTable() public method

Creates an empty collection which is marked as shared.
public StringTable ( bool shared ) : System
shared bool
return System