Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# create object with properties

var x = new TypeName() { PropA = value, PropB = value };
 
PREVIOUS NEXT
Tagged: #create #object #properties
ADD COMMENT
Topic
Name
6+4 =