Click or drag to resize

BindableBaseSetPropertyT Method (T, T, String)

[Missing <summary> documentation for "M:Demo3D.Common.BindableBase.SetProperty``1(``0@,``0,System.String)"]

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 14.0.0.10531
Syntax
C#
protected bool SetProperty<T>(
	ref T storage,
	T value,
	string propertyName = ""
)

Parameters

storage
Type: T

[Missing <param name="storage"/> documentation for "M:Demo3D.Common.BindableBase.SetProperty``1(``0@,``0,System.String)"]

value
Type: T

[Missing <param name="value"/> documentation for "M:Demo3D.Common.BindableBase.SetProperty``1(``0@,``0,System.String)"]

propertyName (Optional)
Type: SystemString

[Missing <param name="propertyName"/> documentation for "M:Demo3D.Common.BindableBase.SetProperty``1(``0@,``0,System.String)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Demo3D.Common.BindableBase.SetProperty``1(``0@,``0,System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Demo3D.Common.BindableBase.SetProperty``1(``0@,``0,System.String)"]

See Also