Click or drag to resize

LinkedButtonSetPropertyT Method

[Missing <summary> documentation for "M:RAYLASE.Shared.GUI.LinkedButton.SetProperty``1(``0@,``0)"]


Namespace: RAYLASE.Shared.GUI
Assembly: RAYLASE.Shared (in RAYLASE.Shared.dll) Version: 2.20.0
Syntax
C#
protected void SetProperty<T>(
	ref T storage,
	T value
)

Parameters

storage  T

[Missing <param name="storage"/> documentation for "M:RAYLASE.Shared.GUI.LinkedButton.SetProperty``1(``0@,``0)"]

value  T

[Missing <param name="value"/> documentation for "M:RAYLASE.Shared.GUI.LinkedButton.SetProperty``1(``0@,``0)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:RAYLASE.Shared.GUI.LinkedButton.SetProperty``1(``0@,``0)"]

See Also