C# 클래스 Microsoft.AzureCat.Samples.AlertClient.ShapeCollection

Manages a collection of shape objects
상속: System.Collections.CollectionBase
파일 보기 프로젝트 열기: paolosalvatori/servicefabriceventhubdemo

공개 메소드들

메소드 설명
Add ( Shape shape ) : void
Remove ( Shape shape ) : void
this ( int index ) : Shape

메소드 상세

Add() 공개 메소드

public Add ( Shape shape ) : void
shape Shape
리턴 void

Remove() 공개 메소드

public Remove ( Shape shape ) : void
shape Shape
리턴 void

this() 공개 메소드

public this ( int index ) : Shape
index int
리턴 Shape