Skip to content

Commit

Permalink
chore: drop name.vb from toc output (#9530)
Browse files Browse the repository at this point in the history
* chore: drop name.vb from toc output

* test(snapshot): update snapshots 4602f28 for ubuntu-latest

* test(snapshot): update snapshots 4602f28 for windows-latest

* drop name.vb in split member pages

* test(snapshot): update snapshots c366226 for ubuntu-latest

* test(snapshot): update snapshots c366226 for windows-latest

---------

Co-authored-by: yufeih <yufeih@users.noreply.github.com>
  • Loading branch information
yufeih and yufeih authored Dec 15, 2023
1 parent ddbcdae commit 84b7afb
Show file tree
Hide file tree
Showing 27 changed files with 41 additions and 174 deletions.
22 changes: 0 additions & 22 deletions src/Docfx.Build.ManagedReference/SplitClassPageToMemberLevel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -482,28 +482,6 @@ private static TreeItem ConvertToTreeItem(ItemViewModel item, Dictionary<string,
result.Metadata[Constants.MetadataName.Version] = version;
}

if (item.Names.Count > 0)
{
foreach (var pair in item.Names)
{
result.Metadata[Constants.ExtensionMemberPrefix.Name + pair.Key] = pair.Value;
}
}
if (item.FullNames.Count > 0)
{
foreach (var pair in item.FullNames)
{
result.Metadata[Constants.ExtensionMemberPrefix.FullName + pair.Key] = pair.Value;
}
}
if (item.NamesWithType.Count > 0)
{
foreach (var pair in item.NamesWithType)
{
result.Metadata[Constants.ExtensionMemberPrefix.NameWithType + pair.Key] = pair.Value;
}
}

if (overwriteMetadata != null)
{
foreach (var pair in overwriteMetadata)
Expand Down
9 changes: 0 additions & 9 deletions src/Docfx.Build/TableOfContents/TocDocumentProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,6 @@ private static void ResolveUid(TocItemViewModel item, FileModel model, IDocument
{
item.Name = xref.Name;
}

if (string.IsNullOrEmpty(item.NameForCSharp) && xref.TryGetXrefStringValue("name.csharp", out var nameForCSharp))
{
item.NameForCSharp = nameForCSharp;
}
if (string.IsNullOrEmpty(item.NameForVB) && xref.TryGetXrefStringValue("name.vb", out var nameForVB))
{
item.NameForVB = nameForVB;
}
}
}
}
Expand Down
38 changes: 1 addition & 37 deletions src/Docfx.DataContracts.Common/TocItemViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,37 +27,6 @@ public class TocItemViewModel
[JsonPropertyName(Constants.PropertyName.DisplayName)]
public string DisplayName { get; set; }

[ExtensibleMember(Constants.ExtensionMemberPrefix.Name)]
[Newtonsoft.Json.JsonIgnore]
[System.Text.Json.Serialization.JsonIgnore]
public SortedList<string, string> NameInDevLangs { get; } = new SortedList<string, string>();

[YamlIgnore]
[Newtonsoft.Json.JsonIgnore]
[System.Text.Json.Serialization.JsonIgnore]
public string NameForCSharp
{
get
{
NameInDevLangs.TryGetValue(Constants.DevLang.CSharp, out string result);
return result;
}
set { NameInDevLangs[Constants.DevLang.CSharp] = value; }
}

[YamlIgnore]
[Newtonsoft.Json.JsonIgnore]
[System.Text.Json.Serialization.JsonIgnore]
public string NameForVB
{
get
{
NameInDevLangs.TryGetValue(Constants.DevLang.VB, out string result);
return result;
}
set { NameInDevLangs[Constants.DevLang.VB] = value; }
}

[YamlMember(Alias = Constants.PropertyName.Href)]
[JsonProperty(Constants.PropertyName.Href)]
[JsonPropertyName(Constants.PropertyName.Href)]
Expand Down Expand Up @@ -147,12 +116,7 @@ public string NameForVB
[YamlIgnore]
[Newtonsoft.Json.JsonExtensionData]
[System.Text.Json.Serialization.JsonExtensionData]
public CompositeDictionary MetadataJson =>
CompositeDictionary
.CreateBuilder()
.Add(Constants.ExtensionMemberPrefix.Name, NameInDevLangs, JTokenConverter.Convert<string>)
.Add(string.Empty, Metadata)
.Create();
public CompositeDictionary MetadataJson => CompositeDictionary.CreateBuilder().Add(string.Empty, Metadata).Create();

public TocItemViewModel Clone()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
"href": "CSharp11.CheckedUserDefinedOperators-1.html",
"topicHref": "CSharp11.CheckedUserDefinedOperators-1.html",
"topicUid": "CSharp11.CheckedUserDefinedOperators`1",
"name.vb": "CheckedUserDefinedOperators(Of T)",
"tocHref": null,
"level": 3.0,
"items": [],
Expand Down Expand Up @@ -122,7 +121,6 @@
"href": "CSharp11.StaticAbstractMembersInInterfaces.IGetNext-1.html",
"topicHref": "CSharp11.StaticAbstractMembersInInterfaces.IGetNext-1.html",
"topicUid": "CSharp11.StaticAbstractMembersInInterfaces.IGetNext`1",
"name.vb": "StaticAbstractMembersInInterfaces.IGetNext(Of T)",
"tocHref": null,
"level": 3.0,
"items": [],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"content": "{\"items\":[{\"name\":\"CSharp10\",\"href\":\"CSharp10.html\",\"topicHref\":\"CSharp10.html\",\"topicUid\":\"CSharp10\",\"items\":[{\"name\":\"ConstantInterpolatedStrings\",\"href\":\"CSharp10.ConstantInterpolatedStrings.html\",\"topicHref\":\"CSharp10.ConstantInterpolatedStrings.html\",\"topicUid\":\"CSharp10.ConstantInterpolatedStrings\"},{\"name\":\"Issue7737\",\"href\":\"CSharp10.Issue7737.html\",\"topicHref\":\"CSharp10.Issue7737.html\",\"topicUid\":\"CSharp10.Issue7737\"},{\"name\":\"ParameterlessStructConstructors\",\"href\":\"CSharp10.ParameterlessStructConstructors.html\",\"topicHref\":\"CSharp10.ParameterlessStructConstructors.html\",\"topicUid\":\"CSharp10.ParameterlessStructConstructors\"},{\"name\":\"ReadOnlyRecordStruct\",\"href\":\"CSharp10.ReadOnlyRecordStruct.html\",\"topicHref\":\"CSharp10.ReadOnlyRecordStruct.html\",\"topicUid\":\"CSharp10.ReadOnlyRecordStruct\"},{\"name\":\"RecordClass\",\"href\":\"CSharp10.RecordClass.html\",\"topicHref\":\"CSharp10.RecordClass.html\",\"topicUid\":\"CSharp10.RecordClass\"},{\"name\":\"RecordStruct\",\"href\":\"CSharp10.RecordStruct.html\",\"topicHref\":\"CSharp10.RecordStruct.html\",\"topicUid\":\"CSharp10.RecordStruct\"}]},{\"name\":\"CSharp11\",\"href\":\"CSharp11.html\",\"topicHref\":\"CSharp11.html\",\"topicUid\":\"CSharp11\",\"items\":[{\"name\":\"CheckedUserDefinedOperators<T>\",\"href\":\"CSharp11.CheckedUserDefinedOperators-1.html\",\"topicHref\":\"CSharp11.CheckedUserDefinedOperators-1.html\",\"topicUid\":\"CSharp11.CheckedUserDefinedOperators`1\",\"name.vb\":\"CheckedUserDefinedOperators(Of T)\"},{\"name\":\"RequiredModifier\",\"href\":\"CSharp11.RequiredModifier.html\",\"topicHref\":\"CSharp11.RequiredModifier.html\",\"topicUid\":\"CSharp11.RequiredModifier\"},{\"name\":\"ScopedModifier\",\"href\":\"CSharp11.ScopedModifier.html\",\"topicHref\":\"CSharp11.ScopedModifier.html\",\"topicUid\":\"CSharp11.ScopedModifier\"},{\"name\":\"StaticAbstractMembersInInterfaces\",\"href\":\"CSharp11.StaticAbstractMembersInInterfaces.html\",\"topicHref\":\"CSharp11.StaticAbstractMembersInInterfaces.html\",\"topicUid\":\"CSharp11.StaticAbstractMembersInInterfaces\"},{\"name\":\"StaticAbstractMembersInInterfaces.IGetNext<T>\",\"href\":\"CSharp11.StaticAbstractMembersInInterfaces.IGetNext-1.html\",\"topicHref\":\"CSharp11.StaticAbstractMembersInInterfaces.IGetNext-1.html\",\"topicUid\":\"CSharp11.StaticAbstractMembersInInterfaces.IGetNext`1\",\"name.vb\":\"StaticAbstractMembersInInterfaces.IGetNext(Of T)\"},{\"name\":\"StaticAbstractMembersInInterfaces.RepeatSequence\",\"href\":\"CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence.html\",\"topicHref\":\"CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence.html\",\"topicUid\":\"CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence\"}]},{\"name\":\"CSharp12\",\"href\":\"CSharp12.html\",\"topicHref\":\"CSharp12.html\",\"topicUid\":\"CSharp12\",\"items\":[{\"name\":\"CollectionExpressions\",\"href\":\"CSharp12.CollectionExpressions.html\",\"topicHref\":\"CSharp12.CollectionExpressions.html\",\"topicUid\":\"CSharp12.CollectionExpressions\"},{\"name\":\"DefaultLambdaParameters\",\"href\":\"CSharp12.DefaultLambdaParameters.html\",\"topicHref\":\"CSharp12.DefaultLambdaParameters.html\",\"topicUid\":\"CSharp12.DefaultLambdaParameters\"},{\"name\":\"InlineArrays\",\"href\":\"CSharp12.InlineArrays.html\",\"topicHref\":\"CSharp12.InlineArrays.html\",\"topicUid\":\"CSharp12.InlineArrays\"},{\"name\":\"PrimaryConstructors\",\"href\":\"CSharp12.PrimaryConstructors.html\",\"topicHref\":\"CSharp12.PrimaryConstructors.html\",\"topicUid\":\"CSharp12.PrimaryConstructors\"},{\"name\":\"PrimaryConstructors.BankAccount\",\"href\":\"CSharp12.PrimaryConstructors.BankAccount.html\",\"topicHref\":\"CSharp12.PrimaryConstructors.BankAccount.html\",\"topicUid\":\"CSharp12.PrimaryConstructors.BankAccount\"},{\"name\":\"PrimaryConstructors.CheckAccount\",\"href\":\"CSharp12.PrimaryConstructors.CheckAccount.html\",\"topicHref\":\"CSharp12.PrimaryConstructors.CheckAccount.html\",\"topicUid\":\"CSharp12.PrimaryConstructors.CheckAccount\"},{\"name\":\"PrimaryConstructors.Distance\",\"href\":\"CSharp12.PrimaryConstructors.Distance.html\",\"topicHref\":\"CSharp12.PrimaryConstructors.Distance.html\",\"topicUid\":\"CSharp12.PrimaryConstructors.Distance\"},{\"name\":\"RefReadOnlyParameters\",\"href\":\"CSharp12.RefReadOnlyParameters.html\",\"topicHref\":\"CSharp12.RefReadOnlyParameters.html\",\"topicUid\":\"CSharp12.RefReadOnlyParameters\"}]},{\"name\":\"CSharp8\",\"href\":\"CSharp8.html\",\"topicHref\":\"CSharp8.html\",\"topicUid\":\"CSharp8\",\"items\":[{\"name\":\"DefaultInterfaceMembers\",\"href\":\"CSharp8.DefaultInterfaceMembers.html\",\"topicHref\":\"CSharp8.DefaultInterfaceMembers.html\",\"topicUid\":\"CSharp8.DefaultInterfaceMembers\"},{\"name\":\"DefaultInterfaceMembers.IA\",\"href\":\"CSharp8.DefaultInterfaceMembers.IA.html\",\"topicHref\":\"CSharp8.DefaultInterfaceMembers.IA.html\",\"topicUid\":\"CSharp8.DefaultInterfaceMembers.IA\"},{\"name\":\"DefaultInterfaceMembers.Nested\",\"href\":\"CSharp8.DefaultInterfaceMembers.Nested.html\",\"topicHref\":\"CSharp8.DefaultInterfaceMembers.Nested.html\",\"topicUid\":\"CSharp8.DefaultInterfaceMembers.Nested\"},{\"name\":\"DisposableRefStructs\",\"href\":\"CSharp8.DisposableRefStructs.html\",\"topicHref\":\"CSharp8.DisposableRefStructs.html\",\"topicUid\":\"CSharp8.DisposableRefStructs\"},{\"name\":\"Issue4007\",\"href\":\"CSharp8.Issue4007.html\",\"topicHref\":\"CSharp8.Issue4007.html\",\"topicUid\":\"CSharp8.Issue4007\"},{\"name\":\"Misc\",\"href\":\"CSharp8.Misc.html\",\"topicHref\":\"CSharp8.Misc.html\",\"topicUid\":\"CSharp8.Misc\"},{\"name\":\"NullableReferenceTypes\",\"href\":\"CSharp8.NullableReferenceTypes.html\",\"topicHref\":\"CSharp8.NullableReferenceTypes.html\",\"topicUid\":\"CSharp8.NullableReferenceTypes\"},{\"name\":\"ReadOnlyMembers\",\"href\":\"CSharp8.ReadOnlyMembers.html\",\"topicHref\":\"CSharp8.ReadOnlyMembers.html\",\"topicUid\":\"CSharp8.ReadOnlyMembers\"}]},{\"name\":\"CSharp9\",\"href\":\"CSharp9.html\",\"topicHref\":\"CSharp9.html\",\"topicUid\":\"CSharp9\",\"items\":[{\"name\":\"FunctionPointers\",\"href\":\"CSharp9.FunctionPointers.html\",\"topicHref\":\"CSharp9.FunctionPointers.html\",\"topicUid\":\"CSharp9.FunctionPointers\"},{\"name\":\"InitOnlySetters\",\"href\":\"CSharp9.InitOnlySetters.html\",\"topicHref\":\"CSharp9.InitOnlySetters.html\",\"topicUid\":\"CSharp9.InitOnlySetters\"},{\"name\":\"NativeSizedIntegers\",\"href\":\"CSharp9.NativeSizedIntegers.html\",\"topicHref\":\"CSharp9.NativeSizedIntegers.html\",\"topicUid\":\"CSharp9.NativeSizedIntegers\"},{\"name\":\"RecordTypes\",\"href\":\"CSharp9.RecordTypes.html\",\"topicHref\":\"CSharp9.RecordTypes.html\",\"topicUid\":\"CSharp9.RecordTypes\"},{\"name\":\"RecordTypes.Person\",\"href\":\"CSharp9.RecordTypes.Person.html\",\"topicHref\":\"CSharp9.RecordTypes.Person.html\",\"topicUid\":\"CSharp9.RecordTypes.Person\"},{\"name\":\"RecordTypes.Teacher\",\"href\":\"CSharp9.RecordTypes.Teacher.html\",\"topicHref\":\"CSharp9.RecordTypes.Teacher.html\",\"topicUid\":\"CSharp9.RecordTypes.Teacher\"}]}],\"memberLayout\":\"SamePage\"}"
"content": "{\"items\":[{\"name\":\"CSharp10\",\"href\":\"CSharp10.html\",\"topicHref\":\"CSharp10.html\",\"topicUid\":\"CSharp10\",\"items\":[{\"name\":\"ConstantInterpolatedStrings\",\"href\":\"CSharp10.ConstantInterpolatedStrings.html\",\"topicHref\":\"CSharp10.ConstantInterpolatedStrings.html\",\"topicUid\":\"CSharp10.ConstantInterpolatedStrings\"},{\"name\":\"Issue7737\",\"href\":\"CSharp10.Issue7737.html\",\"topicHref\":\"CSharp10.Issue7737.html\",\"topicUid\":\"CSharp10.Issue7737\"},{\"name\":\"ParameterlessStructConstructors\",\"href\":\"CSharp10.ParameterlessStructConstructors.html\",\"topicHref\":\"CSharp10.ParameterlessStructConstructors.html\",\"topicUid\":\"CSharp10.ParameterlessStructConstructors\"},{\"name\":\"ReadOnlyRecordStruct\",\"href\":\"CSharp10.ReadOnlyRecordStruct.html\",\"topicHref\":\"CSharp10.ReadOnlyRecordStruct.html\",\"topicUid\":\"CSharp10.ReadOnlyRecordStruct\"},{\"name\":\"RecordClass\",\"href\":\"CSharp10.RecordClass.html\",\"topicHref\":\"CSharp10.RecordClass.html\",\"topicUid\":\"CSharp10.RecordClass\"},{\"name\":\"RecordStruct\",\"href\":\"CSharp10.RecordStruct.html\",\"topicHref\":\"CSharp10.RecordStruct.html\",\"topicUid\":\"CSharp10.RecordStruct\"}]},{\"name\":\"CSharp11\",\"href\":\"CSharp11.html\",\"topicHref\":\"CSharp11.html\",\"topicUid\":\"CSharp11\",\"items\":[{\"name\":\"CheckedUserDefinedOperators<T>\",\"href\":\"CSharp11.CheckedUserDefinedOperators-1.html\",\"topicHref\":\"CSharp11.CheckedUserDefinedOperators-1.html\",\"topicUid\":\"CSharp11.CheckedUserDefinedOperators`1\"},{\"name\":\"RequiredModifier\",\"href\":\"CSharp11.RequiredModifier.html\",\"topicHref\":\"CSharp11.RequiredModifier.html\",\"topicUid\":\"CSharp11.RequiredModifier\"},{\"name\":\"ScopedModifier\",\"href\":\"CSharp11.ScopedModifier.html\",\"topicHref\":\"CSharp11.ScopedModifier.html\",\"topicUid\":\"CSharp11.ScopedModifier\"},{\"name\":\"StaticAbstractMembersInInterfaces\",\"href\":\"CSharp11.StaticAbstractMembersInInterfaces.html\",\"topicHref\":\"CSharp11.StaticAbstractMembersInInterfaces.html\",\"topicUid\":\"CSharp11.StaticAbstractMembersInInterfaces\"},{\"name\":\"StaticAbstractMembersInInterfaces.IGetNext<T>\",\"href\":\"CSharp11.StaticAbstractMembersInInterfaces.IGetNext-1.html\",\"topicHref\":\"CSharp11.StaticAbstractMembersInInterfaces.IGetNext-1.html\",\"topicUid\":\"CSharp11.StaticAbstractMembersInInterfaces.IGetNext`1\"},{\"name\":\"StaticAbstractMembersInInterfaces.RepeatSequence\",\"href\":\"CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence.html\",\"topicHref\":\"CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence.html\",\"topicUid\":\"CSharp11.StaticAbstractMembersInInterfaces.RepeatSequence\"}]},{\"name\":\"CSharp12\",\"href\":\"CSharp12.html\",\"topicHref\":\"CSharp12.html\",\"topicUid\":\"CSharp12\",\"items\":[{\"name\":\"CollectionExpressions\",\"href\":\"CSharp12.CollectionExpressions.html\",\"topicHref\":\"CSharp12.CollectionExpressions.html\",\"topicUid\":\"CSharp12.CollectionExpressions\"},{\"name\":\"DefaultLambdaParameters\",\"href\":\"CSharp12.DefaultLambdaParameters.html\",\"topicHref\":\"CSharp12.DefaultLambdaParameters.html\",\"topicUid\":\"CSharp12.DefaultLambdaParameters\"},{\"name\":\"InlineArrays\",\"href\":\"CSharp12.InlineArrays.html\",\"topicHref\":\"CSharp12.InlineArrays.html\",\"topicUid\":\"CSharp12.InlineArrays\"},{\"name\":\"PrimaryConstructors\",\"href\":\"CSharp12.PrimaryConstructors.html\",\"topicHref\":\"CSharp12.PrimaryConstructors.html\",\"topicUid\":\"CSharp12.PrimaryConstructors\"},{\"name\":\"PrimaryConstructors.BankAccount\",\"href\":\"CSharp12.PrimaryConstructors.BankAccount.html\",\"topicHref\":\"CSharp12.PrimaryConstructors.BankAccount.html\",\"topicUid\":\"CSharp12.PrimaryConstructors.BankAccount\"},{\"name\":\"PrimaryConstructors.CheckAccount\",\"href\":\"CSharp12.PrimaryConstructors.CheckAccount.html\",\"topicHref\":\"CSharp12.PrimaryConstructors.CheckAccount.html\",\"topicUid\":\"CSharp12.PrimaryConstructors.CheckAccount\"},{\"name\":\"PrimaryConstructors.Distance\",\"href\":\"CSharp12.PrimaryConstructors.Distance.html\",\"topicHref\":\"CSharp12.PrimaryConstructors.Distance.html\",\"topicUid\":\"CSharp12.PrimaryConstructors.Distance\"},{\"name\":\"RefReadOnlyParameters\",\"href\":\"CSharp12.RefReadOnlyParameters.html\",\"topicHref\":\"CSharp12.RefReadOnlyParameters.html\",\"topicUid\":\"CSharp12.RefReadOnlyParameters\"}]},{\"name\":\"CSharp8\",\"href\":\"CSharp8.html\",\"topicHref\":\"CSharp8.html\",\"topicUid\":\"CSharp8\",\"items\":[{\"name\":\"DefaultInterfaceMembers\",\"href\":\"CSharp8.DefaultInterfaceMembers.html\",\"topicHref\":\"CSharp8.DefaultInterfaceMembers.html\",\"topicUid\":\"CSharp8.DefaultInterfaceMembers\"},{\"name\":\"DefaultInterfaceMembers.IA\",\"href\":\"CSharp8.DefaultInterfaceMembers.IA.html\",\"topicHref\":\"CSharp8.DefaultInterfaceMembers.IA.html\",\"topicUid\":\"CSharp8.DefaultInterfaceMembers.IA\"},{\"name\":\"DefaultInterfaceMembers.Nested\",\"href\":\"CSharp8.DefaultInterfaceMembers.Nested.html\",\"topicHref\":\"CSharp8.DefaultInterfaceMembers.Nested.html\",\"topicUid\":\"CSharp8.DefaultInterfaceMembers.Nested\"},{\"name\":\"DisposableRefStructs\",\"href\":\"CSharp8.DisposableRefStructs.html\",\"topicHref\":\"CSharp8.DisposableRefStructs.html\",\"topicUid\":\"CSharp8.DisposableRefStructs\"},{\"name\":\"Issue4007\",\"href\":\"CSharp8.Issue4007.html\",\"topicHref\":\"CSharp8.Issue4007.html\",\"topicUid\":\"CSharp8.Issue4007\"},{\"name\":\"Misc\",\"href\":\"CSharp8.Misc.html\",\"topicHref\":\"CSharp8.Misc.html\",\"topicUid\":\"CSharp8.Misc\"},{\"name\":\"NullableReferenceTypes\",\"href\":\"CSharp8.NullableReferenceTypes.html\",\"topicHref\":\"CSharp8.NullableReferenceTypes.html\",\"topicUid\":\"CSharp8.NullableReferenceTypes\"},{\"name\":\"ReadOnlyMembers\",\"href\":\"CSharp8.ReadOnlyMembers.html\",\"topicHref\":\"CSharp8.ReadOnlyMembers.html\",\"topicUid\":\"CSharp8.ReadOnlyMembers\"}]},{\"name\":\"CSharp9\",\"href\":\"CSharp9.html\",\"topicHref\":\"CSharp9.html\",\"topicUid\":\"CSharp9\",\"items\":[{\"name\":\"FunctionPointers\",\"href\":\"CSharp9.FunctionPointers.html\",\"topicHref\":\"CSharp9.FunctionPointers.html\",\"topicUid\":\"CSharp9.FunctionPointers\"},{\"name\":\"InitOnlySetters\",\"href\":\"CSharp9.InitOnlySetters.html\",\"topicHref\":\"CSharp9.InitOnlySetters.html\",\"topicUid\":\"CSharp9.InitOnlySetters\"},{\"name\":\"NativeSizedIntegers\",\"href\":\"CSharp9.NativeSizedIntegers.html\",\"topicHref\":\"CSharp9.NativeSizedIntegers.html\",\"topicUid\":\"CSharp9.NativeSizedIntegers\"},{\"name\":\"RecordTypes\",\"href\":\"CSharp9.RecordTypes.html\",\"topicHref\":\"CSharp9.RecordTypes.html\",\"topicUid\":\"CSharp9.RecordTypes\"},{\"name\":\"RecordTypes.Person\",\"href\":\"CSharp9.RecordTypes.Person.html\",\"topicHref\":\"CSharp9.RecordTypes.Person.html\",\"topicUid\":\"CSharp9.RecordTypes.Person\"},{\"name\":\"RecordTypes.Teacher\",\"href\":\"CSharp9.RecordTypes.Teacher.html\",\"topicHref\":\"CSharp9.RecordTypes.Teacher.html\",\"topicUid\":\"CSharp9.RecordTypes.Teacher\"}]}],\"memberLayout\":\"SamePage\"}"
}
Loading

0 comments on commit 84b7afb

Please sign in to comment.