We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e9e8df + 26dc564 commit e75fbbbCopy full SHA for e75fbbb
src/Libraries/Node/Node.Core/IO/Buffer.cs
@@ -24,6 +24,7 @@ public Buffer(string data) {
24
public Buffer(string data, Encoding encoding) {
25
}
26
27
+ [ScriptField]
28
public int Length {
29
get {
30
return 0;
0 commit comments