Click or drag to resize

TelegramFormatSetPropertyT Method

[Missing <summary> documentation for "M:Demo3D.HLE.Comms.Telegram.TelegramFormat.SetProperty``1(``0@,``0,System.String)"]

Namespace:  Demo3D.HLE.Comms.Telegram
Assembly:  Demo3D.HLE (in Demo3D.HLE.dll) Version: 15.0.2.11458
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.HLE.Comms.Telegram.TelegramFormat.SetProperty``1(``0@,``0,System.String)"]

value
Type: T

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

propertyName (Optional)
Type: SystemString

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

Type Parameters

T

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Demo3D.HLE.Comms.Telegram.TelegramFormat.SetProperty``1(``0@,``0,System.String)"]

See Also