ParticleBaseSetPropertyT Method |
Sets the property and fires
Namespace: ParticleAssembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntaxprotected bool SetProperty<T>(
ref T store,
T value,
string name = null
)
Protected Function SetProperty(Of T) (
ByRef store As T,
value As T,
Optional name As String = Nothing
) As Boolean
protected:
generic<typename T>
bool SetProperty(
T% store,
T value,
String^ name = nullptr
)
member SetProperty :
store : 'T byref *
value : 'T *
?name : string
(* Defaults:
let _name = defaultArg name null
*)
-> bool
Parameters
- store
- Type: T
The store. - value
- Type: T
The value. - name (Optional)
- Type: SystemString
The name.
Type Parameters
- T
- The type of the property
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Particle.ParticleBase.SetProperty``1(``0@,``0,System.String)"]
See Also