Revolution Emulator [C#, R63B, Encryption Cracked, DAO, Fluent NHibernate, Lua Plugin, Mono]

Status
Not open for further replies.

Quackster

a devbest user says what
Aug 22, 2010
1,763
1,235
Java syntax is almost the same as C#?

C#;

Code:
public int Test
{
    get;
    set;
}

Java

Code:
private int mTest;

public int getTest() {
    return mTest;
}

public void setTest(int test) {
    return mTest = test;
}

I'd say Mitch is right ;)
 

Joopie

Active Member
Sep 13, 2011
135
65
C#;

Code:
public int Test
{
    get;
    set;
}

Java

Code:
private int mTest;
 
public int getTest() {
    return mTest;
}
 
public void setTest(int test) {
    return mTest = test;
}

I'd say Mitch is right ;)


that Java code can also be written as the C#example ;)

Don't ruin this for me ;<
Y U NO MAKE PAWN SERVUR?!

Why would I make a server?

[edit]YA IT NO MERGE?![/edit]
 

Heaplink

Developer & Designer
Nov 9, 2011
510
173
that Java code can also be written as the C#example ;)
.......... why? Theres no real getters and setters in Java natively. C# have getters and setters natively and it would be bad coding practice to do it the Java way.
 

Joopie

Active Member
Sep 13, 2011
135
65
.......... why? Theres no real getters and setters in Java natively. C# have getters and setters natively and it would be bad coding practice to do it the Java way.

Whoops, I mean you can also write the java way in c#..

And i was only pointing out :p
 

Zak

Posting Freak
Mar 12, 2011
847
453
RevEmu may stop or continue. More information will be posted later.
 

DaLightz

See ya'll in the afterlife.
May 19, 2012
1,136
262
Add snowstorm to this please would make a dream come true and also working horses :)

453x378px-LL-d0e756a9_453px-You_dont_say.png
 

Causem

Member
Aug 8, 2012
95
6
Oh, well, that's predictable, but I was looking forward to the finish not the unfinished product.
 
Status
Not open for further replies.

Users who are viewing this thread

Top