Class TypeParameterInfo
Inheritance
System.Object
TypeParameterInfo
Assembly: Microsoft.Health.Fhir.SpecManager.dll
Syntax
public class TypeParameterInfo : object
Properties
|
Improve this Doc
View Source
constraint
Declaration
public string constraint { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
constraintType
Declaration
public string constraintType { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
name
Declaration
public string name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
typeSpecifier
Declaration
public TypeSpecifier typeSpecifier { get; set; }
Property Value