You are here: Symbol Reference > Stimulsoft.Base.Json.Utilities Namespace > ReflectionUtils Class > ReflectionUtils Methods > CanReadMemberValue Method
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
ReflectionUtils.CanReadMemberValue Method

Determines whether the specified MemberInfo can be read.

Syntax
C++
C#
Visual Basic
public: bool CanReadMemberValue( MemberInfo member, bool nonPublic );
Parameters
Parameters 
Description 
member 
The MemberInfo to determine whether can be read. 
nonPublic 
if set to true then allow the member to be gotten non-publicly. 
Returns

true if the specified MemberInfo can be read; otherwise, false.

///

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.