SmartFormat.Tests.Person.Random C# (CSharp) 메소드

Random() 공개 메소드

public Random ( ) : int
리턴 int
		public int Random()
		{
			return DateTime.Now.Second % 3;
		}
	}