Click or drag to resize

PropertyDeclBaseGetAccessRights Method

Get the access rights of the property.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public abstract void GetAccessRights(
	bool isTargetOfAssignment,
	out bool isPrivate,
	out bool isProtected,
	out bool isInternal
)

Parameters

isTargetOfAssignment
Type: SystemBoolean
isPrivate
Type: SystemBoolean
isProtected
Type: SystemBoolean
isInternal
Type: SystemBoolean

Implements

IModifiersGetAccessRights(Boolean, Boolean, Boolean, Boolean)
See Also