Click or drag to resize
MemberHelperGetMemberTValue Method

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

Gets the memberinfo of field/property on static class.

Namespace: VRage
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
public static MemberInfo GetMember<TValue>(
	Expression<Func<TValue>> selector
)

Parameters

selector
Type: System.Linq.ExpressionsExpressionFuncTValue
The selector.

Type Parameters

TValue
The type of the value.

Return Value

Type: MemberInfo

[Missing <returns> documentation for "M:VRage.MemberHelper.GetMember``1(System.Linq.Expressions.Expression{System.Func{``0}})"]

See Also