C# 클래스 Opc.Ua.StringTable

A thread safe table of string constants.
파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary 1 사용 예제들

공개 메소드들

메소드 설명
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