NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

8.5.4.4 Object initializers

An object initializer is specified using the New keyword before the type name and an optional formal parameter list after the type name. An object initializer is equivalent to a regular initializer of the form "= New T(A)", where T is the type name and A is the supplied formal parameter list, if any.