C# Class Microsoft.AzureCat.Samples.AlertClient.ShapeCollection

Manages a collection of shape objects
Inheritance: System.Collections.CollectionBase
Afficher le fichier Open project: paolosalvatori/servicefabriceventhubdemo

Méthodes publiques

Méthode Description
Add ( Shape shape ) : void
Remove ( Shape shape ) : void
this ( int index ) : Shape

Method Details

Add() public méthode

public Add ( Shape shape ) : void
shape Shape
Résultat void

Remove() public méthode

public Remove ( Shape shape ) : void
shape Shape
Résultat void

this() public méthode

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