C# Class MessagePack.Formatters.ReadOnlyObservableCollectionFormatter

Inheritance: CollectionFormatterBase
Afficher le fichier Open project: tana/Mondeto

Méthodes protégées

Méthode Description
Add ( ObservableCollection collection, int index, value ) : void
Complete ( ObservableCollection intermediateCollection ) : ReadOnlyObservableCollection
Create ( int count ) : ObservableCollection

Method Details

Add() protected méthode

protected Add ( ObservableCollection collection, int index, value ) : void
collection ObservableCollection
index int
Résultat void

Complete() protected méthode

protected Complete ( ObservableCollection intermediateCollection ) : ReadOnlyObservableCollection
intermediateCollection ObservableCollection
Résultat ReadOnlyObservableCollection

Create() protected méthode

protected Create ( int count ) : ObservableCollection
count int
Résultat ObservableCollection