C# 클래스 sttp.MeasurementMetadataMap

상속: global::System.IDisposable, global::System.Collections.Generic.IDictionary
파일 보기 프로젝트 열기: sttp/net-cppapi

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
Add ( key, value ) : void
Add ( MeasurementMetadata>.global::System.Collections.Generic.KeyValuePair item ) : void
Clear ( ) : void
Contains ( MeasurementMetadata>.global::System.Collections.Generic.KeyValuePair item ) : bool
ContainsKey ( key ) : bool
CopyTo ( Array array ) : void
CopyTo ( Array array, int arrayIndex ) : void
Dispose ( ) : void
GetEnumerator ( ) : MeasurementMetadataMapEnumerator
MeasurementMetadataMap ( )
MeasurementMetadataMap ( MeasurementMetadataMap other )
Remove ( key ) : bool
Remove ( MeasurementMetadata>.global::System.Collections.Generic.KeyValuePair item ) : bool
TryGetValue ( key, &value ) : bool
empty ( ) : bool
this ( key ) : MeasurementMetadata

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
MeasurementMetadataMap ( global::System.IntPtr cPtr, bool cMemoryOwn )
create_iterator_begin ( ) : global::System.IntPtr
destroy_iterator ( global::System.IntPtr swigiterator ) : void
getCPtr ( MeasurementMetadataMap obj ) : global::System.Runtime.InteropServices.HandleRef
get_next_key ( global::System.IntPtr swigiterator ) : System.Guid
getitem ( key ) : MeasurementMetadata
global ( ) : global::System.Collections.IEnumerator
global ( ) : MeasurementMetadata>>.global::System.Collections.Generic.IEnumerator
setitem ( key, x ) : void
size ( ) : uint

메소드 상세

Add() 공개 메소드

public Add ( key, value ) : void
리턴 void

Add() 공개 메소드

public Add ( MeasurementMetadata>.global::System.Collections.Generic.KeyValuePair item ) : void
item MeasurementMetadata>.global::System.Collections.Generic.KeyValuePair
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( MeasurementMetadata>.global::System.Collections.Generic.KeyValuePair item ) : bool
item MeasurementMetadata>.global::System.Collections.Generic.KeyValuePair
리턴 bool

ContainsKey() 공개 메소드

public ContainsKey ( key ) : bool
리턴 bool

CopyTo() 공개 메소드

public CopyTo ( Array array ) : void
array Array
리턴 void

CopyTo() 공개 메소드

public CopyTo ( Array array, int arrayIndex ) : void
array Array
arrayIndex int
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : MeasurementMetadataMapEnumerator
리턴 MeasurementMetadataMapEnumerator

MeasurementMetadataMap() 공개 메소드

MeasurementMetadataMap() 공개 메소드

public MeasurementMetadataMap ( MeasurementMetadataMap other )
other MeasurementMetadataMap

Remove() 공개 메소드

public Remove ( key ) : bool
리턴 bool

Remove() 공개 메소드

public Remove ( MeasurementMetadata>.global::System.Collections.Generic.KeyValuePair item ) : bool
item MeasurementMetadata>.global::System.Collections.Generic.KeyValuePair
리턴 bool

TryGetValue() 공개 메소드

public TryGetValue ( key, &value ) : bool
리턴 bool

empty() 공개 메소드

public empty ( ) : bool
리턴 bool

this() 공개 메소드

public this ( key ) : MeasurementMetadata
리턴 MeasurementMetadata

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool