Default value for a byte[]
Namespace: ScopeRuntimeAssembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)
Syntax
C# |
---|
public static byte[] Default { get; } |
Visual Basic |
---|
Public Shared ReadOnly Property Default As Byte() Get |
Visual C++ |
---|
public: static property array<unsigned char>^ Default { array<unsigned char>^ get (); } |