TypeExtensions.GetAccessibility Method
Definition
Returns the Accessibility of the specified Type.
public static Accessibility GetAccessibility(this Type type);
Parameters
Name | Type | Description |
---|---|---|
type | The type. |
Returns
The Accessibility of the type
.
Last modified: 17 December 2024