overview of the .net collection framework and immutable collections

Post on 15-Jan-2015

24.809 Views

Category:

Documents

2 Downloads

Preview:

Click to see full reader

DESCRIPTION

「プログラミング .NET Framework 第4版 」座談会 #csugjp

TRANSCRIPT

Overview of the .NET Collection Frameworkand Immutable Collections

Self Introduction

The Structure of Interfaces

インターフェイスの階層

IEnumerable<T>

ICollection<T>

IList<T>

A Tale of ReadOnly

ReadOnly Interface

なんで ICollectionは IReadOnlyじゃないの?

互換性と問題、 Part2

コレクションを作る際の注意事項

それでも使おう IReadOnly

Collection Catalogue

産廃

System.Collections.Generic

Array

System.Collections.ObjectModel

System.Linq

System.Collections.Concurrent

Immutable Collections

Immutable Collectionsとは

Immutable(不変 )とは

性能特性

Mutable vs Immutable

用途が違う

How to Use

Create Collection Part1

Create Collection Part1.1

Create Collection Part2

Create Collection Part3

Example A

何か例を

おみくじ

説明の絵を描く

追加追加

More Info

ImmutableInterlocked

ImmutableArray

Serialization

Conclusion

まとめ

top related