C# Class Windows.Foundation.Collections.PropertySet

Inheritance: IPropertySet
Exibir arquivo Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
First ( ) : object>>.IIterator
GetView ( ) : object>.IMapView
HasKey ( string key ) : bool
Insert ( string key, object value ) : bool
Lookup ( string key ) : object
Remove ( string key ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

First() public method

public First ( ) : object>>.IIterator
return object>>.IIterator

GetView() public method

public GetView ( ) : object>.IMapView
return object>.IMapView

HasKey() public method

public HasKey ( string key ) : bool
key string
return bool

Insert() public method

public Insert ( string key, object value ) : bool
key string
value object
return bool

Lookup() public method

public Lookup ( string key ) : object
key string
return object

Remove() public method

public Remove ( string key ) : void
key string
return void