[]
Gets the names and types of the fields
public abstract IEnumerable<(string Name, Type Type)> GetFields()
Public MustOverride Function GetFields() As IEnumerable(Of (Name As String, Type As Type))
| Type | Description |
|---|---|
| IEnumerable<(string Name, Type Type)> |