C# Class Castle.Core.Internal.ColorsSet

Represents a collection of objects which are guaranted to be unique and holds a color for them
Afficher le fichier Open project: castleproject/Windsor Class Usage Examples

Méthodes publiques

Méthode Description
ColorOf ( IVertex item ) : VertexColor
ColorsSet ( IVertex items ) : System.Collections.Generic
Set ( IVertex item, VertexColor color ) : void

Method Details

ColorOf() public méthode

public ColorOf ( IVertex item ) : VertexColor
item IVertex
Résultat VertexColor

ColorsSet() public méthode

public ColorsSet ( IVertex items ) : System.Collections.Generic
items IVertex
Résultat System.Collections.Generic

Set() public méthode

public Set ( IVertex item, VertexColor color ) : void
item IVertex
color VertexColor
Résultat void