Tests.StringObjectSpec.QueryOptions.QueryOptions C# (CSharp) Method

QueryOptions() public method

public QueryOptions ( ) : System
return System
			public QueryOptions()
			{
				this.Content = new List<string>();
				this.When = DateTimeOffset.Now;
				this.Max = 25;
			}
StringObjectSpec.QueryOptions