RuntimeNamePropertyAttribute Constructor |
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public RuntimeNamePropertyAttribute(
string name
)
Public Sub New (
name As String
)
new :
name : string -> RuntimeNamePropertyAttribute
Parameters
- name
- Type: SystemString
Name of the property
See Also