Click or drag to resize

BaseSettingsViewGetMaskedPropertyT Method

[Missing <summary> documentation for "M:RAYLASE.Marker.Common.GUI.BaseSettingsView.GetMaskedProperty``1(``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 T GetMaskedProperty<T>(
	T target,
	Type callerType,
	string propertyName = null
)

Parameters

target  T

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

callerType  Type

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

propertyName  String  (Optional)

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

Type Parameters

T

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

Return Value

T

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

See Also