Method | Description | |
---|---|---|
Add ( object value ) : int | ||
Clear ( ) : void | ||
Contains ( object value ) : bool | ||
CopyTo ( Array array, int index ) : void | ||
GetEnumerator ( ) : IEnumerator | ||
IndexOf ( object value ) : int | ||
Insert ( int index, object value ) : void | ||
LoadMoreItemsAsync ( uint count ) : Windows.Foundation.IAsyncOperation |
||
PortableAsyncCollectionWrapper ( PortableISupportIncrementalLoad collection ) : BaconographyPortable.Common | ||
Remove ( object value ) : void | ||
RemoveAt ( int index ) : void | ||
this ( int index ) : object |
Method | Description | |
---|---|---|
LoadMoreItemsAsyncImpl ( uint count ) : Task |
public CopyTo ( Array array, int index ) : void | ||
array | Array | |
index | int | |
return | void |
public Insert ( int index, object value ) : void | ||
index | int | |
value | object | |
return | void |
public LoadMoreItemsAsync ( uint count ) : Windows.Foundation.IAsyncOperation |
||
count | uint | |
return | Windows.Foundation.IAsyncOperation |
public PortableAsyncCollectionWrapper ( PortableISupportIncrementalLoad collection ) : BaconographyPortable.Common | ||
collection | PortableISupportIncrementalLoad | |
return | BaconographyPortable.Common |