C# 클래스 Castle.Core.Internal.ColorsSet

Represents a collection of objects which are guaranted to be unique and holds a color for them
파일 보기 프로젝트 열기: castleproject/Windsor 1 사용 예제들

공개 메소드들

메소드 설명
ColorOf ( IVertex item ) : VertexColor
ColorsSet ( IVertex items ) : System.Collections.Generic
Set ( IVertex item, VertexColor color ) : void

메소드 상세

ColorOf() 공개 메소드

public ColorOf ( IVertex item ) : VertexColor
item IVertex
리턴 VertexColor

ColorsSet() 공개 메소드

public ColorsSet ( IVertex items ) : System.Collections.Generic
items IVertex
리턴 System.Collections.Generic

Set() 공개 메소드

public Set ( IVertex item, VertexColor color ) : void
item IVertex
color VertexColor
리턴 void