Add(long x) | Google.OrTools.Algorithms.Int64Vector | inline |
AddRange(Int64Vector values) | Google.OrTools.Algorithms.Int64Vector | inline |
Capacity | Google.OrTools.Algorithms.Int64Vector | |
Clear() | Google.OrTools.Algorithms.Int64Vector | inline |
Contains(long value) | Google.OrTools.Algorithms.Int64Vector | inline |
CopyTo(long[] array) | Google.OrTools.Algorithms.Int64Vector | inline |
CopyTo(long[] array, int arrayIndex) | Google.OrTools.Algorithms.Int64Vector | inline |
CopyTo(int index, long[] array, int arrayIndex, int count) | Google.OrTools.Algorithms.Int64Vector | inline |
Count | Google.OrTools.Algorithms.Int64Vector | |
Dispose() | Google.OrTools.Algorithms.Int64Vector | inline |
Dispose(bool disposing) | Google.OrTools.Algorithms.Int64Vector | inlineprotectedvirtual |
GetEnumerator() | Google.OrTools.Algorithms.Int64Vector | inline |
GetRange(int index, int count) | Google.OrTools.Algorithms.Int64Vector | inline |
IndexOf(long value) | Google.OrTools.Algorithms.Int64Vector | inline |
Insert(int index, long x) | Google.OrTools.Algorithms.Int64Vector | inline |
InsertRange(int index, Int64Vector values) | Google.OrTools.Algorithms.Int64Vector | inline |
Int64Vector(global::System.Collections.IEnumerable c) | Google.OrTools.Algorithms.Int64Vector | inline |
Int64Vector(global::System.Collections.Generic.IEnumerable< long > c) | Google.OrTools.Algorithms.Int64Vector | inline |
Int64Vector() | Google.OrTools.Algorithms.Int64Vector | inline |
Int64Vector(Int64Vector other) | Google.OrTools.Algorithms.Int64Vector | inline |
Int64Vector(int capacity) | Google.OrTools.Algorithms.Int64Vector | inline |
IsEmpty | Google.OrTools.Algorithms.Int64Vector | |
IsFixedSize | Google.OrTools.Algorithms.Int64Vector | |
IsReadOnly | Google.OrTools.Algorithms.Int64Vector | |
IsSynchronized | Google.OrTools.Algorithms.Int64Vector | |
LastIndexOf(long value) | Google.OrTools.Algorithms.Int64Vector | inline |
Remove(long value) | Google.OrTools.Algorithms.Int64Vector | inline |
RemoveAt(int index) | Google.OrTools.Algorithms.Int64Vector | inline |
RemoveRange(int index, int count) | Google.OrTools.Algorithms.Int64Vector | inline |
Repeat(long value, int count) | Google.OrTools.Algorithms.Int64Vector | inlinestatic |
Reverse() | Google.OrTools.Algorithms.Int64Vector | inline |
Reverse(int index, int count) | Google.OrTools.Algorithms.Int64Vector | inline |
SetRange(int index, Int64Vector values) | Google.OrTools.Algorithms.Int64Vector | inline |
swigCMemOwn | Google.OrTools.Algorithms.Int64Vector | protected |
this[int index] | Google.OrTools.Algorithms.Int64Vector | |
ToArray() | Google.OrTools.Algorithms.Int64Vector | inline |