Property | Type | Description | |
---|---|---|---|
swigCMemOwn | bool |
Method | Description | |
---|---|---|
Add ( key, value ) : void | ||
Add ( MeasurementMetadata>.global::System.Collections.Generic.KeyValuePair |
||
Clear ( ) : void | ||
Contains ( MeasurementMetadata>.global::System.Collections.Generic.KeyValuePair |
||
ContainsKey ( key ) : bool | ||
CopyTo ( Array array ) : void | ||
CopyTo ( Array array, int arrayIndex ) : void | ||
Dispose ( ) : void | ||
GetEnumerator ( ) : MeasurementMetadataMapEnumerator | ||
MeasurementMetadataMap ( ) | ||
MeasurementMetadataMap ( |
||
Remove ( key ) : bool | ||
Remove ( MeasurementMetadata>.global::System.Collections.Generic.KeyValuePair |
||
TryGetValue ( key, &value ) : bool | ||
empty ( ) : bool | ||
this ( key ) : MeasurementMetadata |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
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 |
public Add ( MeasurementMetadata>.global::System.Collections.Generic.KeyValuePair |
||
item | MeasurementMetadata>.global::System.Collections.Generic.KeyValuePair | |
return | void |
public Contains ( MeasurementMetadata>.global::System.Collections.Generic.KeyValuePair |
||
item | MeasurementMetadata>.global::System.Collections.Generic.KeyValuePair | |
return | bool |
public CopyTo ( Array array, int arrayIndex ) : void | ||
array | Array | |
arrayIndex | int | |
return | void |
public GetEnumerator ( ) : MeasurementMetadataMapEnumerator | ||
return | MeasurementMetadataMapEnumerator |
public MeasurementMetadataMap ( |
||
other |
public Remove ( MeasurementMetadata>.global::System.Collections.Generic.KeyValuePair |
||
item | MeasurementMetadata>.global::System.Collections.Generic.KeyValuePair | |
return | bool |