Enum ConstructorParameterKind
- Namespace
- PolyType.Abstractions
- Assembly
- PolyType.dll
Specifies the kind of constructor parameter.
public enum ConstructorParameterKind
Fields
ConstructorParameter = 0
Represents a constructor parameter.
MemberInitializer = 1
Represents a member initializer.