Axiom.RenderSystems.OpenGL.ATI.PixelShader.Test1Result.Test1Result C# (CSharp) Method

Test1Result() public method

public Test1Result ( char c, int line ) : System
c char
line int
return System
			public Test1Result( char c, int line )
			{
				this.character = c;
				this.line = line;
			}
		}
PixelShader.Test1Result