This site provides a machine-readable index at /llms.txt.

Skip to main content Skip to navigation

MemberKind Pennington.ApiMetadata

Kind of type member to include when enumerating members for documentation rendering.

Fields

All Pennington.ApiMetadata.MemberKind
Default: 6
All kinds of members.
Constructors Pennington.ApiMetadata.MemberKind
Default: 3
Constructors declared on the type.
Events Pennington.ApiMetadata.MemberKind
Default: 4
Events declared on the type.
Fields Pennington.ApiMetadata.MemberKind
Default: 1
Fields declared on the type.
Methods Pennington.ApiMetadata.MemberKind
Default: 2
Methods declared on the type (excluding constructors).
Properties Pennington.ApiMetadata.MemberKind
Default: 0
Properties declared on the type.
UnionCases Pennington.ApiMetadata.MemberKind
Default: 5
Cases of a discriminated union (the case types it wraps).

Pennington.ApiMetadata.MemberKind

namespace Pennington.ApiMetadata;

/// Kind of type member to include when enumerating members for documentation rendering.
public enum MemberKind
{
    /// All kinds of members.
    
All
; /// Constructors declared on the type.
Constructors
; /// Events declared on the type.
Events
; /// Fields declared on the type.
Fields
; /// Methods declared on the type (excluding constructors).
Methods
; /// Properties declared on the type.
Properties
; /// Cases of a discriminated union (the case types it wraps).
UnionCases
; }