Click or drag to resize
BasePropertyChangedSetPropertyT Method
Zet Universe

[This is preliminary documentation and is subject to change.]

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

Namespace: ZU
Assemblies:  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
Syntax
C#
public void SetProperty<T>(
	T value,
	ref T _field,
	string _property
)

Parameters

value
Type: T

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

_field
Type: T

[Missing <param name="_field"/> documentation for "M:ZU.BasePropertyChanged.SetProperty``1(``0,``0@,System.String)"]

_property
Type: SystemString

[Missing <param name="_property"/> documentation for "M:ZU.BasePropertyChanged.SetProperty``1(``0,``0@,System.String)"]

Type Parameters

T

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

See Also