Struct MValueWriter2.MValueObject
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: AltV.Net.Shared.dll
Syntax
public struct MValueObject : MValueWriter2.IWritableMValue
Constructors
|
Improve this Doc
View Source
MValueObject(ISharedCore, List<String>, List<Object>)
Declaration
public MValueObject(ISharedCore core, List<string> names, List<object> values)
Parameters
Type |
Name |
Description |
ISharedCore |
core |
|
System.Collections.Generic.List<System.String> |
names |
|
System.Collections.Generic.List<System.Object> |
values |
|
|
Improve this Doc
View Source
MValueObject(List<String>, List<Object>)
Declaration
[Obsolete("Use overload with core as first parameter instead")]
public MValueObject(List<string> names, List<object> values)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<System.String> |
names |
|
System.Collections.Generic.List<System.Object> |
values |
|
Fields
|
Improve this Doc
View Source
Names
Declaration
public readonly List<string> Names
Field Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
Properties
|
Improve this Doc
View Source
Type
Declaration
public readonly byte Type { get; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Values
Declaration
public readonly List<object> Values { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Object> |
|
Methods
|
Improve this Doc
View Source
Append(MValueWriter2.IWritableMValue)
Declaration
public void Append(MValueWriter2.IWritableMValue writable)
Parameters
|
Improve this Doc
View Source
ToMValue(out MValueConst)
Declaration
public void ToMValue(out MValueConst mValue)
Parameters
Implements