Method IsPublicAPI
IsPublicAPI(EventDefinition)
Declaration
public static bool IsPublicAPI(this EventDefinition eventDefinition)
Parameters
Type |
Name |
Description |
EventDefinition |
eventDefinition |
|
Returns
IsPublicAPI(TypeDefinition)
Declaration
public static bool IsPublicAPI(this TypeDefinition type)
Parameters
Type |
Name |
Description |
TypeDefinition |
type |
|
Returns
IsPublicAPI(FieldDefinition)
Declaration
public static bool IsPublicAPI(this FieldDefinition field)
Parameters
Type |
Name |
Description |
FieldDefinition |
field |
|
Returns
IsPublicAPI(PropertyDefinition)
Declaration
public static bool IsPublicAPI(this PropertyDefinition property)
Parameters
Type |
Name |
Description |
PropertyDefinition |
property |
|
Returns
IsPublicAPI(MethodDefinition)
Declaration
public static bool IsPublicAPI(this MethodDefinition method)
Parameters
Type |
Name |
Description |
MethodDefinition |
method |
|
Returns