C# Class BaconographyW8.Converters.PortableAsyncCollectionConverter.PortableAsyncCollectionWrapper

Inheritance: ISupportIncrementalLoading, ICollection, IList, INotifyCollectionChanged, INotifyPropertyChanged
Afficher le fichier Open project: Synergex/Baconography

Méthodes publiques

Méthode 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

Private Methods

Méthode Description
LoadMoreItemsAsyncImpl ( uint count ) : Task

Method Details

Add() public méthode

public Add ( object value ) : int
value object
Résultat int

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( object value ) : bool
value object
Résultat bool

CopyTo() public méthode

public CopyTo ( Array array, int index ) : void
array Array
index int
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

IndexOf() public méthode

public IndexOf ( object value ) : int
value object
Résultat int

Insert() public méthode

public Insert ( int index, object value ) : void
index int
value object
Résultat void

LoadMoreItemsAsync() public méthode

public LoadMoreItemsAsync ( uint count ) : Windows.Foundation.IAsyncOperation
count uint
Résultat Windows.Foundation.IAsyncOperation

PortableAsyncCollectionWrapper() public méthode

public PortableAsyncCollectionWrapper ( PortableISupportIncrementalLoad collection ) : BaconographyPortable.Common
collection PortableISupportIncrementalLoad
Résultat BaconographyPortable.Common

Remove() public méthode

public Remove ( object value ) : void
value object
Résultat void

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

this() public méthode

public this ( int index ) : object
index int
Résultat object