Click or drag to resize

BaseSettingsViewSetMaskedPropertyT Method

[Missing <summary> documentation for "M:RAYLASE.Marker.Common.GUI.BaseSettingsView.SetMaskedProperty``1(``0@,``0,System.Type,System.String)"]


Namespace: RAYLASE.Marker.Common.GUI
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntax
C#
protected void SetMaskedProperty<T>(
	ref T target,
	T value,
	Type callerType,
	string propertyName = null
)

Parameters

target  T

[Missing <param name="target"/> documentation for "M:RAYLASE.Marker.Common.GUI.BaseSettingsView.SetMaskedProperty``1(``0@,``0,System.Type,System.String)"]

value  T

[Missing <param name="value"/> documentation for "M:RAYLASE.Marker.Common.GUI.BaseSettingsView.SetMaskedProperty``1(``0@,``0,System.Type,System.String)"]

callerType  Type

[Missing <param name="callerType"/> documentation for "M:RAYLASE.Marker.Common.GUI.BaseSettingsView.SetMaskedProperty``1(``0@,``0,System.Type,System.String)"]

propertyName  String  (Optional)

[Missing <param name="propertyName"/> documentation for "M:RAYLASE.Marker.Common.GUI.BaseSettingsView.SetMaskedProperty``1(``0@,``0,System.Type,System.String)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:RAYLASE.Marker.Common.GUI.BaseSettingsView.SetMaskedProperty``1(``0@,``0,System.Type,System.String)"]

See Also