[Missing <summary> documentation for "P:Evolucion.Signals.Tiempo"]
Namespace:
Evolucion
Assembly:
Evolucion (in Evolucion.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<long> Tiempo { get; set; }
Public Property Tiempo As Nullable(Of Long)
Get
Set
public:
property Nullable<long long> Tiempo {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
member Tiempo : Nullable<int64> with get, set
Property Value
Type:
NullableInt64
See Also