C# Class Sparc.TagCloud.TagCloudEx

Extension methods for tag cloud collections.
Datei anzeigen Open project: chrisdavies/Sparc.TagCloud

Public Methods

Method Description
Shuffle ( this tags ) : IEnumerable

Shuffles the specified tag cloud.

Private Methods

Method Description
SwapAt ( this tagArr, int x, int y ) : void

Method Details

Shuffle() public static method

Shuffles the specified tag cloud.
public static Shuffle ( this tags ) : IEnumerable
tags this The tag cloud to be shuffled.
return IEnumerable