C# 클래스 Sparc.TagCloud.TagCloudEx

Extension methods for tag cloud collections.
파일 보기 프로젝트 열기: chrisdavies/Sparc.TagCloud

공개 메소드들

메소드 설명
Shuffle ( this tags ) : IEnumerable

Shuffles the specified tag cloud.

비공개 메소드들

메소드 설명
SwapAt ( this tagArr, int x, int y ) : void

메소드 상세

Shuffle() 공개 정적인 메소드

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