Click or drag to resize
PropertyValueEditorContextTryGetValueT Method

[Missing <summary> documentation for "M:Slash.Unity.Common.GUI.ValueEditors.PropertyValueEditorContext.TryGetValue``1(``0@)"]

Namespace: Slash.Unity.Common.GUI.ValueEditors
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public bool TryGetValue<T>(
	out T value
)

Parameters

value
Type: T

[Missing <param name="value"/> documentation for "M:Slash.Unity.Common.GUI.ValueEditors.PropertyValueEditorContext.TryGetValue``1(``0@)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Slash.Unity.Common.GUI.ValueEditors.PropertyValueEditorContext.TryGetValue``1(``0@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Slash.Unity.Common.GUI.ValueEditors.PropertyValueEditorContext.TryGetValue``1(``0@)"]

Implements

IValueEditorContextTryGetValueT(T)
See Also