Shaolinq.ComputedTextMemberAttribute.ComputedTextMemberAttribute C# (CSharp) Method

ComputedTextMemberAttribute() public method

public ComputedTextMemberAttribute ( string format ) : System.Collections.Generic
format string
return System.Collections.Generic
		public ComputedTextMemberAttribute(string format)
		{
			this.Format = format;
		}