Click or drag to resize
LogResultT Method (T, String)
Zet Universe

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

[Missing <summary> documentation for "M:ZU.Log.Result``1(``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 static T Result<T>(
	T value,
	string prefix
)

Parameters

value
Type: T

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

prefix
Type: SystemString

[Missing <param name="prefix"/> documentation for "M:ZU.Log.Result``1(``0,System.String)"]

Type Parameters

T

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

Return Value

Type: T

[Missing <returns> documentation for "M:ZU.Log.Result``1(``0,System.String)"]

See Also