Virtru SDK for C#  2.8.0
Virtru C# SDK module - Create, Read, and Manage TDF3 Files
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
Virtru.SDK.StringStringMap Class Reference
Inheritance diagram for Virtru.SDK.StringStringMap:

Classes

class  StringStringMapEnumerator
 

Public Member Functions

void Dispose ()
 
bool TryGetValue (string key, out string value)
 
void Add (global::System.Collections.Generic.KeyValuePair< string, string > item)
 
bool Remove (global::System.Collections.Generic.KeyValuePair< string, string > item)
 
bool Contains (global::System.Collections.Generic.KeyValuePair< string, string > item)
 
void CopyTo (global::System.Collections.Generic.KeyValuePair< string, string >[] array)
 
void CopyTo (global::System.Collections.Generic.KeyValuePair< string, string >[] array, int arrayIndex)
 
StringStringMapEnumerator GetEnumerator ()
 
 StringStringMap ()
 
 StringStringMap (StringStringMap other)
 
bool empty ()
 
void Clear ()
 
bool ContainsKey (string key)
 
void Add (string key, string value)
 
bool Remove (string key)
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Protected Attributes

bool swigCMemOwn
 

Package Functions

 StringStringMap (global::System.IntPtr cPtr, bool cMemoryOwn)
 

Static Package Functions

static
global::System.Runtime.InteropServices.HandleRef 
getCPtr (StringStringMap obj)
 
static
global::System.Runtime.InteropServices.HandleRef 
swigRelease (StringStringMap obj)
 

Properties

string this[string key] [get, set]
 
int Count [get]
 
bool IsReadOnly [get]
 
global::System.Collections.Generic.ICollection
< string > 
Keys [get]
 
global::System.Collections.Generic.ICollection
< string > 
Values [get]
 

Private Member Functions

 ~StringStringMap ()
 
global::System.Collections.Generic.IEnumerator
< global::System.Collections.Generic.KeyValuePair
< string, string >
> global::System.Collections.Generic.IEnumerable
< global::System.Collections.Generic.KeyValuePair
< string, string > >. 
GetEnumerator ()
 
global::System.Collections.IEnumerator
global::System.Collections.IEnumerable. 
GetEnumerator ()
 
uint size ()
 
string getitem (string key)
 
void setitem (string key, string x)
 
global::System.IntPtr create_iterator_begin ()
 
string get_next_key (global::System.IntPtr swigiterator)
 
void destroy_iterator (global::System.IntPtr swigiterator)
 

Private Attributes

global::System.Runtime.InteropServices.HandleRef swigCPtr
 

Constructor & Destructor Documentation

Virtru.SDK.StringStringMap.StringStringMap ( global::System.IntPtr  cPtr,
bool  cMemoryOwn 
)
inlinepackage
Virtru.SDK.StringStringMap.~StringStringMap ( )
inlineprivate
Virtru.SDK.StringStringMap.StringStringMap ( )
inline
Virtru.SDK.StringStringMap.StringStringMap ( StringStringMap  other)
inline

Member Function Documentation

void Virtru.SDK.StringStringMap.Add ( global::System.Collections.Generic.KeyValuePair< string, string >  item)
inline
void Virtru.SDK.StringStringMap.Add ( string  key,
string  value 
)
inline
void Virtru.SDK.StringStringMap.Clear ( )
inline
bool Virtru.SDK.StringStringMap.Contains ( global::System.Collections.Generic.KeyValuePair< string, string >  item)
inline
bool Virtru.SDK.StringStringMap.ContainsKey ( string  key)
inline
void Virtru.SDK.StringStringMap.CopyTo ( global::System.Collections.Generic.KeyValuePair< string, string >[]  array)
inline
void Virtru.SDK.StringStringMap.CopyTo ( global::System.Collections.Generic.KeyValuePair< string, string >[]  array,
int  arrayIndex 
)
inline
global.System.IntPtr Virtru.SDK.StringStringMap.create_iterator_begin ( )
inlineprivate
void Virtru.SDK.StringStringMap.destroy_iterator ( global::System.IntPtr  swigiterator)
inlineprivate
void Virtru.SDK.StringStringMap.Dispose ( )
inline
virtual void Virtru.SDK.StringStringMap.Dispose ( bool  disposing)
inlineprotectedvirtual
bool Virtru.SDK.StringStringMap.empty ( )
inline
string Virtru.SDK.StringStringMap.get_next_key ( global::System.IntPtr  swigiterator)
inlineprivate
static global.System.Runtime.InteropServices.HandleRef Virtru.SDK.StringStringMap.getCPtr ( StringStringMap  obj)
inlinestaticpackage
global.System.Collections.Generic.IEnumerator<global.System.Collections.Generic.KeyValuePair<string, string> > global.System.Collections.Generic.IEnumerable<global.System.Collections.Generic.KeyValuePair<string, string> >. Virtru.SDK.StringStringMap.GetEnumerator ( )
inlineprivate
global.System.Collections.IEnumerator global.System.Collections.IEnumerable. Virtru.SDK.StringStringMap.GetEnumerator ( )
inlineprivate
StringStringMapEnumerator Virtru.SDK.StringStringMap.GetEnumerator ( )
inline
string Virtru.SDK.StringStringMap.getitem ( string  key)
inlineprivate
bool Virtru.SDK.StringStringMap.Remove ( global::System.Collections.Generic.KeyValuePair< string, string >  item)
inline
bool Virtru.SDK.StringStringMap.Remove ( string  key)
inline
void Virtru.SDK.StringStringMap.setitem ( string  key,
string  x 
)
inlineprivate
uint Virtru.SDK.StringStringMap.size ( )
inlineprivate
static global.System.Runtime.InteropServices.HandleRef Virtru.SDK.StringStringMap.swigRelease ( StringStringMap  obj)
inlinestaticpackage
bool Virtru.SDK.StringStringMap.TryGetValue ( string  key,
out string  value 
)
inline

Member Data Documentation

bool Virtru.SDK.StringStringMap.swigCMemOwn
protected
global.System.Runtime.InteropServices.HandleRef Virtru.SDK.StringStringMap.swigCPtr
private

Property Documentation

int Virtru.SDK.StringStringMap.Count
get
bool Virtru.SDK.StringStringMap.IsReadOnly
get
global.System.Collections.Generic.ICollection<string> Virtru.SDK.StringStringMap.Keys
get
string Virtru.SDK.StringStringMap.this[string key]
getset
global.System.Collections.Generic.ICollection<string> Virtru.SDK.StringStringMap.Values
get

The documentation for this class was generated from the following file: