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

Manages a collection of shape objects
Inheritance: System.Collections.CollectionBase
Exibir arquivo Open project: paolosalvatori/servicefabriceventhubdemo

Public Methods

Method Description
Add ( Shape shape ) : void
Remove ( Shape shape ) : void
this ( int index ) : Shape

Method Details

Add() public method

public Add ( Shape shape ) : void
shape Shape
return void

Remove() public method

public Remove ( Shape shape ) : void
shape Shape
return void

this() public method

public this ( int index ) : Shape
index int
return Shape