Class DenseInfo
Inheritance
System.Object
DenseInfo
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class DenseInfo : ProtoBuf.IExtensible
Constructors
DenseInfo()
Declaration
public DenseInfo()
Properties
changeset
Declaration
public List<long> changeset { get; }
Property Value
System.Collections.Generic.List<System.Int64>
|
timestamp
Declaration
public List<long> timestamp { get; }
Property Value
System.Collections.Generic.List<System.Int64>
|
uid
Declaration
public List<int> uid { get; }
Property Value
System.Collections.Generic.List<System.Int32>
|
user_sid
Declaration
public List<int> user_sid { get; }
Property Value
System.Collections.Generic.List<System.Int32>
|
version
Declaration
public List<int> version { get; }
Property Value
System.Collections.Generic.List<System.Int32>
|