X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=pkg%2FTizen.NET.API11%2Fbuild%2Ftizen11.0%2Fref%2FSystem.Collections.Specialized.xml;h=00c4b383b179e85ede5848aed6c570c302af8b3a;hb=9584dd2849d1846527f6d076ae3992d7b14e5e8d;hp=76cf62514547079d627439a71d98bb0374659631;hpb=46d64418e623f18e2ae0189b44a281cd32024632;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/pkg/Tizen.NET.API11/build/tizen11.0/ref/System.Collections.Specialized.xml b/pkg/Tizen.NET.API11/build/tizen11.0/ref/System.Collections.Specialized.xml index 76cf625..00c4b38 100755 --- a/pkg/Tizen.NET.API11/build/tizen11.0/ref/System.Collections.Specialized.xml +++ b/pkg/Tizen.NET.API11/build/tizen11.0/ref/System.Collections.Specialized.xml @@ -22,30 +22,32 @@ Creates an additional mask following the specified mask in a series of masks that can be used to retrieve individual bits in a that is set up as bit flags. The mask that indicates the previous bit flag. + A mask that isolates the bit flag following the one that points to in . indicates the last bit flag in the . - A mask that isolates the bit flag following the one that points to in . Creates the first in a series of sections that contain small integers. A 16-bit signed integer that specifies the maximum value for the new . + A that can hold a number from zero to . is less than 1. - A that can hold a number from zero to . Creates a new following the specified in a series of sections that contain small integers. A 16-bit signed integer that specifies the maximum value for the new . The previous in the . + A that can hold a number from zero to . is less than 1. - includes the final bit in the . - - -or- - - is greater than the highest value that can be represented by the number of bits after . - A that can hold a number from zero to . + includes the final bit in the . +-or- + is greater than the highest value that can be represented by the number of bits after . + + + Gets the value of the as an integer. + The value of the as an integer. Determines whether the specified object is equal to the . @@ -57,19 +59,6 @@ Serves as a hash function for the . A hash code for the . - - Returns a string that represents the current . - A string that represents the current . - - - Returns a string that represents the specified . - The to represent. - A string that represents the specified . - - - Gets the value of the as an integer. - The value of the as an integer. - Gets or sets the value stored in the specified . A that contains the value to get or set. @@ -100,6 +89,14 @@ Serves as a hash function for the current , suitable for hashing algorithms and data structures, such as a hash table. A hash code for the current . + + Gets a mask that isolates this section within the . + A mask that isolates this section within the . + + + Gets the offset of this section from the start of the . + The offset of this section from the start of the . + Determines whether two specified objects are equal. A object. @@ -123,13 +120,14 @@ The to represent. A string that represents the specified . - - Gets a mask that isolates this section within the . - A mask that isolates this section within the . + + Returns a string that represents the current . + A string that represents the current . - - Gets the offset of this section from the start of the . - The offset of this section from the start of the . + + Returns a string that represents the specified . + The to represent. + A string that represents the specified . Implements by using a while the collection is small, and then switching to a when the collection gets large. @@ -164,10 +162,10 @@ Determines whether the contains a specific key. The key to locate in the . - - is . if the contains an entry with the specified key; otherwise, . + + is . Copies the entries to a one-dimensional instance at the specified index. @@ -178,33 +176,20 @@ is less than zero. - is multidimensional. - - -or- - - The number of elements in the source is greater than the available space from to the end of the destination . + is multidimensional. +-or- +The number of elements in the source is greater than the available space from to the end of the destination . The type of the source cannot be cast automatically to the type of the destination . + + Gets the number of key/value pairs contained in the . + The number of key/value pairs contained in the . +Retrieving the value of this property is an O(1) operation. + Returns an that iterates through the . An for the . - - Removes the entry with the specified key from the . - The key of the entry to remove. - - is . - - - Returns an that iterates through the . - An for the . - - - Gets the number of key/value pairs contained in the . - The number of key/value pairs contained in the . - - Retrieving the value of this property is an O(1) operation. - Gets a value indicating whether the has a fixed size. This property always returns . @@ -220,18 +205,28 @@ Gets or sets the value associated with the specified key. The key whose value to get or set. + The value associated with the specified key. If the specified key is not found, attempting to get it returns , and attempting to set it creates a new entry using the specified key. is . - The value associated with the specified key. If the specified key is not found, attempting to get it returns , and attempting to set it creates a new entry using the specified key. Gets an containing the keys in the . An containing the keys in the . + + Removes the entry with the specified key from the . + The key of the entry to remove. + + is . + Gets an object that can be used to synchronize access to the . An object that can be used to synchronize access to the . + + Returns an that iterates through the . + An for the . + Gets an containing the values in the . An containing the values in the . @@ -249,45 +244,35 @@ The object to use as the key of the element to add. The object to use as the value of the element to add. The value can be . - is less than 0. - - -or- - - is greater than . + is less than 0. +-or- + is greater than . is . An element with the same key already exists in the collection. - The collection is read-only. - - -or- - - The collection has a fixed size. - - - Removes the element at the specified index. - The zero-based index of the element to remove. - - is less than 0. - - -or- - - is equal to or greater than . - The collection is read-only. - - -or- - - The collection has a fixed size. + The collection is read-only. +-or- +The collection has a fixed size. Gets or sets the element at the specified index. The zero-based index of the element to get or set. - - is less than 0. - - -or- - - is equal to or greater than . The element at the specified index. + + is less than 0. +-or- + is equal to or greater than . + + + Removes the element at the specified index. + The zero-based index of the element to remove. + + is less than 0. +-or- + is equal to or greater than . + The collection is read-only. +-or- +The collection has a fixed size. Implements using a singly linked list. Recommended for collections that typically include fewer than 10 items. @@ -297,11 +282,9 @@ Creates an empty using the specified comparer. - The to use to determine whether two keys are equal. - - -or- - - to use the default comparer, which is each key's implementation of . + The to use to determine whether two keys are equal. +-or- + to use the default comparer, which is each key's implementation of . Adds an entry with the specified key and value into the . @@ -317,10 +300,10 @@ Determines whether the contains a specific key. The key to locate in the . - - is . if the contains an entry with the specified key; otherwise, . + + is . Copies the entries to a one-dimensional instance at the specified index. @@ -331,31 +314,19 @@ is less than zero. - is multidimensional. - - -or- - - The number of elements in the source is greater than the available space from to the end of the destination . + is multidimensional. +-or- +The number of elements in the source is greater than the available space from to the end of the destination . The type of the source cannot be cast automatically to the type of the destination . - - Returns an that iterates through the . - An for the . - - - Removes the entry with the specified key from the . - The key of the entry to remove. - - is . - - - Returns an that iterates through the . - An for the . - Gets the number of key/value pairs contained in the . The number of key/value pairs contained in the . + + Returns an that iterates through the . + An for the . + Gets a value indicating whether the has a fixed size. This property always returns . @@ -371,18 +342,28 @@ Gets or sets the value associated with the specified key. The key whose value to get or set. + The value associated with the specified key. If the specified key is not found, attempting to get it returns , and attempting to set it creates a new entry using the specified key. is . - The value associated with the specified key. If the specified key is not found, attempting to get it returns , and attempting to set it creates a new entry using the specified key. Gets an containing the keys in the . An containing the keys in the . + + Removes the entry with the specified key from the . + The key of the entry to remove. + + is . + Gets an object that can be used to synchronize access to the . An object that can be used to synchronize access to the . + + Returns an that iterates through the . + An for the . + Gets an containing the values in the . An containing the values in the . @@ -441,9 +422,9 @@ Gets the value of the entry at the specified index of the instance. The zero-based index of the value to get. + An that represents the value of the entry at the specified index. is outside the valid range of indexes for the collection. - An that represents the value of the entry at the specified index. Gets the value of the first entry with the specified key from the instance. @@ -461,18 +442,18 @@ Returns an array of the specified type that contains all the values in the instance. A that represents the type of array to return. + An array of the specified type that contains all the values in the instance. is . is not a valid . - An array of the specified type that contains all the values in the instance. Gets the key of the entry at the specified index of the instance. The zero-based index of the key to get. + A that represents the key of the entry at the specified index. is outside the valid range of indexes for the collection. - A that represents the key of the entry at the specified index. Gets a value indicating whether the instance contains entries whose keys are not . @@ -505,6 +486,10 @@ The that represents the new value of the entry to set. The value can be . The collection is read-only. + + Gets the number of key/value pairs contained in the instance. + The number of key/value pairs contained in the instance. + Returns an enumerator that iterates through the . An for the instance. @@ -516,31 +501,6 @@ is . - - Implements the interface and raises the deserialization event when the deserialization is complete. - The source of the deserialization event. - The object associated with the current instance is invalid. - - - Copies the entire to a compatible one-dimensional , starting at the specified index of the target array. - The one-dimensional that is the destination of the elements copied from . The must have zero-based indexing. - The zero-based index in at which copying begins. - - is . - - is less than zero. - - is multidimensional. - - -or- - - The number of elements in the source is greater than the available space from to the end of the destination . - The type of the source cannot be cast automatically to the type of the destination . - - - Gets the number of key/value pairs contained in the instance. - The number of key/value pairs contained in the instance. - Gets or sets a value indicating whether the instance is read-only. @@ -550,29 +510,31 @@ Gets a instance that contains all the keys in the instance. A instance that contains all the keys in the instance. - - Gets a value indicating whether access to the object is synchronized (thread safe). - - if access to the object is synchronized (thread safe); otherwise, . The default is . - - - Gets an object that can be used to synchronize access to the object. - An object that can be used to synchronize access to the object. - Represents a collection of the keys of a collection. + + Gets the number of keys in the . + The number of keys in the . + Gets the key at the specified index of the collection. The zero-based index of the key to get from the collection. + A that contains the key at the specified index of the collection. is outside the valid range of indexes for the collection. - A that contains the key at the specified index of the collection. Returns an enumerator that iterates through the . An for the . + + Gets the entry at the specified index of the collection. + The zero-based index of the entry to locate in the collection. + The key of the entry at the specified index of the collection. + + is outside the valid range of indexes for the collection. + Copies the entire to a compatible one-dimensional , starting at the specified index of the target array. The one-dimensional that is the destination of the elements copied from . The must have zero-based indexing. @@ -582,24 +544,11 @@ is less than zero. - is multidimensional. - - -or- - - The number of elements in the source is greater than the available space from to the end of the destination . + is multidimensional. +-or- +The number of elements in the source is greater than the available space from to the end of the destination . The type of the source cannot be cast automatically to the type of the destination . - - Gets the number of keys in the . - The number of keys in the . - - - Gets the entry at the specified index of the collection. - The zero-based index of the entry to locate in the collection. - - is outside the valid range of indexes for the collection. - The key of the entry at the specified index of the collection. - Gets a value indicating whether access to the is synchronized (thread safe). @@ -609,6 +558,34 @@ Gets an object that can be used to synchronize access to the . An object that can be used to synchronize access to the . + + Implements the interface and raises the deserialization event when the deserialization is complete. + The source of the deserialization event. + The object associated with the current instance is invalid. + + + Copies the entire to a compatible one-dimensional , starting at the specified index of the target array. + The one-dimensional that is the destination of the elements copied from . The must have zero-based indexing. + The zero-based index in at which copying begins. + + is . + + is less than zero. + + is multidimensional. +-or- +The number of elements in the source is greater than the available space from to the end of the destination . + The type of the source cannot be cast automatically to the type of the destination . + + + Gets a value indicating whether access to the object is synchronized (thread safe). + + if access to the object is synchronized (thread safe); otherwise, . The default is . + + + Gets an object that can be used to synchronize access to the object. + An object that can be used to synchronize access to the object. + Represents a collection of associated keys and values that can be accessed either with the key or with the index. @@ -678,6 +655,10 @@ The value of the entry to add. The value can be . The collection is read-only. + + Gets all the keys in the . + A array that contains all the keys of the . + Invalidates the cached arrays and removes all entries from the . The collection is read-only. @@ -691,19 +672,17 @@ is less than zero. - is multidimensional. - - -or- - - The number of elements in the source is greater than the available space from to the end of the destination . + is multidimensional. +-or- +The number of elements in the source is greater than the available space from to the end of the destination . The type of the source cannot be cast automatically to the type of the destination . Gets the values at the specified index of the combined into one comma-separated list. The zero-based index of the entry that contains the values to get from the collection. + A that contains a comma-separated list of the values at the specified index of the , if found; otherwise, . is outside the valid range of indexes for the collection. - A that contains a comma-separated list of the values at the specified index of the , if found; otherwise, . Gets the values associated with the specified key from the combined into one comma-separated list. @@ -713,16 +692,16 @@ Gets the key at the specified index of the . The zero-based index of the key to get from the collection. + A that contains the key at the specified index of the , if found; otherwise, . is outside the valid range of indexes for the collection. - A that contains the key at the specified index of the , if found; otherwise, . Gets the values at the specified index of the . The zero-based index of the entry that contains the values to get from the collection. + A array that contains the values at the specified index of the , if found; otherwise, . is outside the valid range of indexes for the collection. - A array that contains the values at the specified index of the , if found; otherwise, . Gets the values associated with the specified key from the . @@ -737,33 +716,29 @@ Resets the cached arrays of the collection to . - - Removes the entries with the specified key from the instance. - The key of the entry to remove. The key can be . - The collection is read-only. - - - Sets the value of an entry in the . - The key of the entry to add the new value to. The key can be . - The that represents the new value to add to the specified entry. The value can be . - The collection is read-only. - - - Gets all the keys in the . - A array that contains all the keys of the . - Gets the entry at the specified index of the . The zero-based index of the entry to locate in the collection. + A that contains the comma-separated list of values at the specified index of the collection. is outside the valid range of indexes for the collection. - A that contains the comma-separated list of values at the specified index of the collection. Gets or sets the entry with the specified key in the . The key of the entry to locate. The key can be . - The collection is read-only and the operation attempts to modify the collection. A that contains the comma-separated list of values associated with the specified key, if found; otherwise, . + The collection is read-only and the operation attempts to modify the collection. + + + Removes the entries with the specified key from the instance. + The key of the entry to remove. The key can be . + The collection is read-only. + + + Sets the value of an entry in the . + The key of the entry to add the new value to. The key can be . + The that represents the new value to add to the specified entry. The value can be . + The collection is read-only. Represents a collection of key/value pairs that are accessible by the key or index. @@ -773,11 +748,9 @@ Initializes a new instance of the class using the specified comparer. - The to use to determine whether two keys are equal. - - -or- - - to use the default comparer, which is each key's implementation of . + The to use to determine whether two keys are equal. +-or- + to use the default comparer, which is each key's implementation of . Initializes a new instance of the class using the specified initial capacity. @@ -786,11 +759,9 @@ Initializes a new instance of the class using the specified initial capacity and comparer. The initial number of elements that the collection can contain. - The to use to determine whether two keys are equal. - - -or- - - to use the default comparer, which is each key's implementation of . + The to use to determine whether two keys are equal. +-or- + to use the default comparer, which is each key's implementation of . Initializes a new instance of the class that is serializable using the specified and objects. @@ -823,6 +794,10 @@ The one-dimensional object that is the destination of the objects copied from collection. The must have zero-based indexing. The zero-based index in at which copying begins. + + Gets the number of key/values pairs contained in the collection. + The number of key/value pairs contained in the collection. + Returns an object that iterates through the collection. An object for the collection. @@ -843,41 +818,6 @@ is out of range. This collection is read-only. - - Implements the interface and is called back by the deserialization event when deserialization is complete. - The source of the deserialization event. - The object associated with the current collection is invalid. - - - Removes the entry with the specified key from the collection. - The key of the entry to remove. - The collection is read-only. - - is . - - - Removes the entry at the specified index from the collection. - The zero-based index of the entry to remove. - The collection is read-only. - - is less than zero. - --or- - - is equal to or greater than . - - - Returns an object that iterates through the collection. - An object for the collection. - - - Implements the interface and is called back by the deserialization event when deserialization is complete. - The source of the deserialization event. - - - Gets the number of key/values pairs contained in the collection. - The number of key/value pairs contained in the collection. - Gets a value indicating whether the collection is read-only. @@ -886,25 +826,44 @@ Gets or sets the value at the specified index. The zero-based index of the value to get or set. + The value of the item at the specified index. The property is being set and the collection is read-only. - is less than zero. - - -or- - - is equal to or greater than . - The value of the item at the specified index. + is less than zero. +-or- + is equal to or greater than . Gets or sets the value with the specified key. The key of the value to get or set. - The property is being set and the collection is read-only. The value associated with the specified key. If the specified key is not found, attempting to get it returns , and attempting to set it creates a new element using the specified key. + The property is being set and the collection is read-only. Gets an object containing the keys in the collection. An object containing the keys in the collection. + + Implements the interface and is called back by the deserialization event when deserialization is complete. + The source of the deserialization event. + The object associated with the current collection is invalid. + + + Removes the entry with the specified key from the collection. + The key of the entry to remove. + The collection is read-only. + + is . + + + Removes the entry at the specified index from the collection. + The zero-based index of the entry to remove. + The collection is read-only. + + is less than zero. +-or- + is equal to or greater than . + Gets a value indicating whether access to the object is synchronized (thread-safe). This method always returns . @@ -918,6 +877,14 @@ if the has a fixed size; otherwise, . The default is . + + Returns an object that iterates through the collection. + An object for the collection. + + + Implements the interface and is called back by the deserialization event when deserialization is complete. + The source of the deserialization event. + Gets an object containing the values in the collection. An object containing the values in the collection. @@ -957,13 +924,15 @@ is less than zero. - is multidimensional. - - -or- - - The number of elements in the source is greater than the available space from to the end of the destination . + is multidimensional. +-or- +The number of elements in the source is greater than the available space from to the end of the destination . The type of the source cannot be cast automatically to the type of the destination . + + Gets the number of strings contained in the . + The number of strings contained in the . + Returns a that iterates through the . A for the . @@ -978,11 +947,26 @@ The zero-based index at which is inserted. The string to insert. The value can be . - is less than zero. - - -or- - - greater than . + is less than zero. +-or- + greater than . + + + Gets a value indicating whether the is read-only. + This property always returns . + + + Gets a value indicating whether access to the is synchronized (thread safe). + This property always returns . + + + Gets or sets the element at the specified index. + The zero-based index of the entry to get or set. + The element at the specified index. + + is less than zero. +-or- + is equal to or greater than . Removes the first occurrence of a specific string from the . @@ -992,11 +976,13 @@ Removes the string at the specified index of the . The zero-based index of the string to remove. - is less than zero. - - -or- - - is equal to or greater than . + is less than zero. +-or- + is equal to or greater than . + + + Gets an object that can be used to synchronize access to the . + An object that can be used to synchronize access to the . Copies the entire to a compatible one-dimensional , starting at the specified index of the target array. @@ -1007,11 +993,9 @@ is less than zero. - is multidimensional. - - -or- - - The number of elements in the source is greater than the available space from to the end of the destination . + is multidimensional. +-or- +The number of elements in the source is greater than the available space from to the end of the destination . The type of the source cannot be cast automatically to the type of the destination . @@ -1021,12 +1005,10 @@ Adds an object to the end of the . The to be added to the end of the . The value can be . - The is read-only. - - -or- - - The has a fixed size. The index at which the has been added. + The is read-only. +-or- +The has a fixed size. Determines whether an element is in the . @@ -1044,52 +1026,12 @@ The zero-based index at which should be inserted. The to insert. The value can be . - is less than zero. - - -or- - - is greater than . - The is read-only. - - -or- - - The has a fixed size. - - - Removes the first occurrence of a specific object from the . - The to remove from the . The value can be . - The is read-only. - - -or- - - The has a fixed size. - - - Gets the number of strings contained in the . - The number of strings contained in the . - - - Gets a value indicating whether the is read-only. - This property always returns . - - - Gets a value indicating whether access to the is synchronized (thread safe). - This property always returns . - - - Gets or sets the element at the specified index. - The zero-based index of the entry to get or set. - - is less than zero. - - -or- - - is equal to or greater than . - The element at the specified index. - - - Gets an object that can be used to synchronize access to the . - An object that can be used to synchronize access to the . + is less than zero. +-or- + is greater than . + The is read-only. +-or- +The has a fixed size. Gets a value indicating whether the object has a fixed size. @@ -1104,13 +1046,18 @@ Gets or sets the element at the specified index. The zero-based index of the element to get or set. - - is less than zero. - - -or- - - is equal to or greater than . The element at the specified index. + + is less than zero. +-or- + is equal to or greater than . + + + Removes the first occurrence of a specific object from the . + The to remove from the . The value can be . + The is read-only. +-or- +The has a fixed size. Implements a hash table with the key and the value strongly typed to be strings rather than objects. @@ -1134,9 +1081,9 @@ Determines if the contains a specific key. The key to locate in the . - The key is . if the contains an entry with the specified key; otherwise, . + The key is . Determines if the contains a specific value. @@ -1149,32 +1096,23 @@ The one-dimensional that is the destination of the values copied from the . The index in the array where copying begins. - is multidimensional. - - -or- - - The number of elements in the is greater than the available space from to the end of . + is multidimensional. +-or- +The number of elements in the is greater than the available space from to the end of . is . is less than the lower bound of . + + Gets the number of key/value pairs in the . + The number of key/value pairs in the . +Retrieving the value of this property is an O(1) operation. + Returns an enumerator that iterates through the string dictionary. An that iterates through the string dictionary. - - Removes the entry with the specified key from the string dictionary. - The key of the entry to remove. - The key is . - The is read-only. - - - Gets the number of key/value pairs in the . - The number of key/value pairs in the . - - Retrieving the value of this property is an O(1) operation. - Gets a value indicating whether access to the is synchronized (thread safe). @@ -1183,14 +1121,20 @@ Gets or sets the value associated with the specified key. The key whose value to get or set. + The value associated with the specified key. If the specified key is not found, Get returns , and Set creates a new entry with the specified key. is . - The value associated with the specified key. If the specified key is not found, Get returns , and Set creates a new entry with the specified key. Gets a collection of keys in the . An that provides the keys in the . + + Removes the entry with the specified key from the string dictionary. + The key of the entry to remove. + The key is . + The is read-only. + Gets an object that can be used to synchronize access to the . An that can be used to synchronize access to the . @@ -1202,20 +1146,20 @@ Supports a simple iteration over a . + + Gets the current element in the collection. + The current element in the collection. + The enumerator is positioned before the first element of the collection or after the last element. + Advances the enumerator to the next element of the collection. - The collection was modified after the enumerator was created. if the enumerator was successfully advanced to the next element; if the enumerator has passed the end of the collection. + The collection was modified after the enumerator was created. Sets the enumerator to its initial position, which is before the first element in the collection. The collection was modified after the enumerator was created. - - Gets the current element in the collection. - The enumerator is positioned before the first element of the collection or after the last element. - The current element in the collection. - \ No newline at end of file