Class ExposedProperty
Inheritance
ExposedProperty
Syntax
[Serializable]
public class ExposedProperty
Constructors
ExposedProperty()
Declaration
Methods
ToString()
Declaration
public override string ToString()
Returns
Overrides
Operators
Addition(ExposedProperty, ExposedProperty)
Declaration
public static ExposedProperty operator +(ExposedProperty self, ExposedProperty other)
Parameters
Returns
Explicit(ExposedProperty to String)
Declaration
public static explicit operator string (ExposedProperty parameter)
Parameters
Returns
Implicit(String to ExposedProperty)
Declaration
public static implicit operator ExposedProperty(string name)
Parameters
| Type |
Name |
Description |
| String |
name |
|
Returns
Implicit(ExposedProperty to Int32)
Declaration
public static implicit operator int (ExposedProperty parameter)
Parameters
Returns