Searched defs:GDBFeatureDescriptor (Results 1 – 1 of 1) sorted by relevance
12 public struct GDBFeatureDescriptor struct14 public GDBFeatureDescriptor(string name) : this() in GDBFeatureDescriptor() method21 public string Name { get; }22 public List<GDBRegisterDescriptor> Registers { get; }23 public List<GDBCustomType> Types { get; }