Dictionary__Topic__Array__Comment Class

Constructors

Dictionary__Topic__Array__Comment.__new()

Dictionary__Topic__Array__Comment.__new()

Dictionary__Topic__Array__Comment.__new(IDictionary__Topic__Array__Comment)

Dictionary__Topic__Array__Comment.__new(dictionary: IDictionary__Topic__Array__Comment)
Type Name Description
IDictionary__Topic__Array__Comment dictionary

Dictionary__Topic__Array__Comment.__new(Dictionary)

Dictionary__Topic__Array__Comment.__new(dictionary: Dictionary)
Type Name Description
Dictionary dictionary

ReadOnly

Type Name Static Default Description
number Count
boolean IsReadOnly
ICollection__Topic Keys
ICollection__Array__Comment Values

Properties

Type Getter Setter Static Default Description
Array__Comment get_Item() set_Item(val)

Functions

Requires an instance!

Duplicate(boolean)

Duplicate(deep: boolean = False) -> Dictionary__Topic__Array__Comment
Type Name Description
boolean deep

Merge(Dictionary__Topic__Array__Comment,boolean)

Merge(dictionary: Dictionary__Topic__Array__Comment,overwrite: boolean = False) -> nil
Type Name Description
Dictionary__Topic__Array__Comment dictionary
boolean overwrite

RecursiveEqual(Dictionary__Topic__Array__Comment)

RecursiveEqual(other: Dictionary__Topic__Array__Comment) -> boolean
Type Name Description
Dictionary__Topic__Array__Comment other

Add(Topic,Array__Comment)

Add(key: Topic,value: Array__Comment) -> nil
Type Name Description
Topic key
Array__Comment value

ContainsKey(Topic)

ContainsKey(key: Topic) -> boolean
Type Name Description
Topic key

Remove(Topic)

Remove(key: Topic) -> boolean
Type Name Description
Topic key

TryGetValue(Topic,Array`1&)

TryGetValue(key: Topic,value: Array`1&) -> boolean
Type Name Description
Topic key
Array`1& value

MakeReadOnly

MakeReadOnly() -> nil

Clear

Clear() -> nil

GetEnumerator

GetEnumerator() -> IEnumerator__KeyValuePair__Topic__Array__Comment

ToString

ToString() -> string

Categories:

Generated: