File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Other Languages and the fly likes open braces Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Languages » Other Languages
Reply Bookmark "open braces" Watch "open braces" New topic
Author

open braces

spars anu
Greenhorn

Joined: May 26, 2011
Posts: 11



playerManagementClient.AddPlayerNote(new AddPlayerNoteRequest(new AddPlayerNoteRequestEnvelope

What does this mean?What does this open braces represent?
Matthew Brown
Bartender

Joined: Apr 06, 2010
Posts: 3791
    
    1

The braces are C#'s property initialiser syntax. So you're creating a AddPlayerNoteRequestEnvelope object, and initialising some of its properties (PlayerIx and Note) at the same time.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: open braces
 
Similar Threads
initializing an array of arrays
Array and GUI
what does this mean?
doubt braces {}
printf method help