[CanBeNullAttribute]
string SecondChildSize { get; set; }
<CanBeNullAttribute>
Property SecondChildSize As String
Get
Set
[CanBeNullAttribute]
property String^ SecondChildSize {
String^ get ();
void set (String^ value);
}
[<CanBeNullAttribute>]
abstract SecondChildSize : string with get, set