mirror of
https://github.com/SabreTools/SabreTools.ASN1.git
synced 2026-09-22 23:04:12 +00:00
Use collection expression in OID
This commit is contained in:
@@ -65,7 +65,7 @@ namespace SabreTools.ASN1
|
||||
nodes.Add(dotValue);
|
||||
}
|
||||
|
||||
return nodes.ToArray();
|
||||
return [.. nodes];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user