NSDictionary Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Register("NSDictionary", true)]
public class NSDictionary : Foundation.NSObject, CoreData.INSFetchRequestResult, Foundation.INSMutableCopying, Foundation.INSSecureCoding, IDisposable, System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<Foundation.NSObject,Foundation.NSObject>>, System.Collections.Generic.IDictionary<Foundation.NSObject,Foundation.NSObject>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<Foundation.NSObject,Foundation.NSObject>>, System.Collections.IDictionary
[<Foundation.Register("NSDictionary", true)>]
type NSDictionary = class
inherit NSObject
interface IDictionary
interface ICollection
interface IEnumerable
interface IDictionary<NSObject, NSObject>
interface ICollection<KeyValuePair<NSObject, NSObject>>
interface seq<KeyValuePair<NSObject, NSObject>>
interface INSCoding
interface INativeObject
interface IDisposable
interface INSCopying
interface INSMutableCopying
interface INSSecureCoding
interface INSFetchRequestResult
- Inheritance
- Derived
- Attributes
- Implements
-
INSFetchRequestResult INSCoding INSCopying INSMutableCopying INSSecureCoding INativeObject ICollection<KeyValuePair<NSObject,NSObject>> ICollection<KeyValuePair<TKey,TValue>> IDictionary<NSObject,NSObject> IEnumerable<KeyValuePair<NSObject,NSObject>> IEnumerable<KeyValuePair<TKey,TValue>> IEnumerable<T> ICollection IDictionary IEnumerable IDisposable
Constructors
| NSDictionary() |
Creates a new NSDictionary with default values. |
| NSDictionary(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| NSDictionary(NSCoder) |
A constructor that initializes the object from the data stored in the unarchiver object. |
| NSDictionary(NSDictionary, Boolean) | |
| NSDictionary(NSDictionary) | |
| NSDictionary(NSObject, NSObject, NSObject[]) |
Creates an NSDictionary from a list of NSObject keys and NSObject values. |
| NSDictionary(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
| NSDictionary(NSUrl, NSError) | |
| NSDictionary(NSUrl) | |
| NSDictionary(Object, Object, Object[]) |
Creates an NSDictionary from a list of keys and values. |
| NSDictionary(String) | |
Properties
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| Count | |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| DescriptionInStringsFileFormat | |
| ExposedBindings | (Inherited from NSObject) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| Item[NSObject] |
Returns the value associated from a key in the dictionary, or null if the key is not found. |
| Item[NSString] |
Returns the value associated from a key in the dictionary, or null if the key is not found. |
| Item[String] |
Returns the value associated from a key in the dictionary, or null if the key is not found. |
| KeyEnumerator | |
| Keys | |
| ObjectEnumerator | |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| Values | |
| Zone | (Inherited from NSObject) |