Title / Description
Code Public Class Test Implements ITest Public Property kommaZahl() As Double Implements ITest.kommaZahl Get Return 1.2 End Get Set(ByVal value As Double) End Set End Property Public Property wort() As String Implements ITest.wort Get Return "test" End Get Set(ByVal value As String) End Set End Property Public Property zahl() As Integer Implements ITest.zahl Get Return 123 End Get Set(ByVal value As Integer) End Set End Property End Class
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code