Scalien.TestUser.Print C# (CSharp) Method

Print() public method

public Print ( ) : void
return void
        public void Print()
        {
            System.Console.WriteLine("ID: " + info.id + " Nick: " + info.Nick + " DateOfBirth: " + info.DateOfBirth + " LastLogin: " + info.DateOfBirth);
        }