Ejemplo n.º 1
0
 private void WriteDeclaration(InterfaceProperty property)
 {
     WriteDescription(property.Description);
     WritePropertyDeclaration(property.Type.ToString(), property.Name);
 }
Ejemplo n.º 2
0
 private void WriteDeclaration(InterfaceProperty property)
 {
     WriteDescription(property.Description);
     WritePropertyDeclaration(property.Type.ToString(), property.Name);
 }
Ejemplo n.º 3
0
 private void Write(InterfaceProperty property)
 {
     WriteDeclaration(property);
     WriteInterfaceAutoPropertyBody(property.PrivateGet, property.PrivateSet);
 }
Ejemplo n.º 4
0
 private void Write(InterfaceProperty property)
 {
     WriteDeclaration(property);
     WriteInterfaceAutoPropertyBody(property.PrivateGet, property.PrivateSet);
 }