mirror of
https://github.com/SabreTools/SabreTools.ASN1.git
synced 2026-02-04 05:36:00 +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