DEBSOURCES
Skip Quicknav
sources / dia2code / 1.0.0-1 / tests / multiple_stereo.dia.csharp / Interface3.cs
123456789101112
public interface Interface3 { // Attributes public string nom; // Operations public string Nom { get { } set { } } }