Interface MValueWriter2.IWritableMValue
Assembly: AltV.Net.Shared.dll
Syntax
public interface IWritableMValue
Properties
|
Improve this Doc
View Source
Type
Declaration
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Values
Declaration
List<object> Values { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Object> |
|
Methods
|
Improve this Doc
View Source
Append(MValueWriter2.IWritableMValue)
Declaration
void Append(MValueWriter2.IWritableMValue writable)
Parameters
|
Improve this Doc
View Source
ToMValue(out MValueConst)
Declaration
void ToMValue(out MValueConst mValue)
Parameters