docs.unity3d.com
    Show / Hide Table of Contents

    Class StdStringVector

    Inheritance
    Object
    StdStringVector
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: pxr
    Syntax
    public class StdStringVector : IDisposable, IList<string>, ICollection<string>, IEnumerable<string>, IEnumerable

    Constructors

    StdStringVector()

    Declaration
    public StdStringVector()

    StdStringVector(StdStringVector)

    Declaration
    public StdStringVector(StdStringVector other)
    Parameters
    Type Name Description
    StdStringVector other

    StdStringVector(ICollection)

    Declaration
    public StdStringVector(ICollection c)
    Parameters
    Type Name Description
    ICollection c

    StdStringVector(Int32)

    Declaration
    public StdStringVector(int capacity)
    Parameters
    Type Name Description
    Int32 capacity

    Fields

    swigCMemOwn

    Declaration
    protected bool swigCMemOwn
    Field Value
    Type Description
    Boolean

    Properties

    Capacity

    Declaration
    public int Capacity { get; set; }
    Property Value
    Type Description
    Int32

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    Int32
    Implements
    ICollection<T>.Count

    IsFixedSize

    Declaration
    public bool IsFixedSize { get; }
    Property Value
    Type Description
    Boolean

    IsReadOnly

    Declaration
    public bool IsReadOnly { get; }
    Property Value
    Type Description
    Boolean
    Implements
    ICollection<T>.IsReadOnly

    IsSynchronized

    Declaration
    public bool IsSynchronized { get; }
    Property Value
    Type Description
    Boolean

    Item[Int32]

    Declaration
    public string this[int index] { get; set; }
    Parameters
    Type Name Description
    Int32 index
    Property Value
    Type Description
    String
    Implements
    IList<T>.Item[Int32]

    Methods

    Add(String)

    Declaration
    public void Add(string x)
    Parameters
    Type Name Description
    String x
    Implements
    ICollection<T>.Add(T)

    AddRange(StdStringVector)

    Declaration
    public void AddRange(StdStringVector values)
    Parameters
    Type Name Description
    StdStringVector values

    Clear()

    Declaration
    public void Clear()
    Implements
    ICollection<T>.Clear()

    Contains(String)

    Declaration
    public bool Contains(string value)
    Parameters
    Type Name Description
    String value
    Returns
    Type Description
    Boolean
    Implements
    ICollection<T>.Contains(T)

    CopyTo(Int32, String[], Int32, Int32)

    Declaration
    public void CopyTo(int index, string[] array, int arrayIndex, int count)
    Parameters
    Type Name Description
    Int32 index
    String[] array
    Int32 arrayIndex
    Int32 count

    CopyTo(String[])

    Declaration
    public void CopyTo(string[] array)
    Parameters
    Type Name Description
    String[] array

    CopyTo(String[], Int32)

    Declaration
    public void CopyTo(string[] array, int arrayIndex)
    Parameters
    Type Name Description
    String[] array
    Int32 arrayIndex
    Implements
    ICollection<T>.CopyTo(T[], Int32)

    Dispose()

    Declaration
    public virtual void Dispose()
    Implements
    IDisposable.Dispose()

    Finalize()

    Declaration
    protected void Finalize()

    GetEnumerator()

    Declaration
    public StdStringVector.StdStringVectorEnumerator GetEnumerator()
    Returns
    Type Description
    StdStringVector.StdStringVectorEnumerator

    GetRange(Int32, Int32)

    Declaration
    public StdStringVector GetRange(int index, int count)
    Parameters
    Type Name Description
    Int32 index
    Int32 count
    Returns
    Type Description
    StdStringVector

    IndexOf(String)

    Declaration
    public int IndexOf(string value)
    Parameters
    Type Name Description
    String value
    Returns
    Type Description
    Int32
    Implements
    IList<T>.IndexOf(T)

    Insert(Int32, String)

    Declaration
    public void Insert(int index, string x)
    Parameters
    Type Name Description
    Int32 index
    String x
    Implements
    System.Collections.Generic.IList<T>.Insert(System.Int32, T)

    InsertRange(Int32, StdStringVector)

    Declaration
    public void InsertRange(int index, StdStringVector values)
    Parameters
    Type Name Description
    Int32 index
    StdStringVector values

    LastIndexOf(String)

    Declaration
    public int LastIndexOf(string value)
    Parameters
    Type Name Description
    String value
    Returns
    Type Description
    Int32

    Remove(String)

    Declaration
    public bool Remove(string value)
    Parameters
    Type Name Description
    String value
    Returns
    Type Description
    Boolean
    Implements
    ICollection<T>.Remove(T)

    RemoveAt(Int32)

    Declaration
    public void RemoveAt(int index)
    Parameters
    Type Name Description
    Int32 index
    Implements
    IList<T>.RemoveAt(Int32)

    RemoveRange(Int32, Int32)

    Declaration
    public void RemoveRange(int index, int count)
    Parameters
    Type Name Description
    Int32 index
    Int32 count

    Repeat(String, Int32)

    Declaration
    public static StdStringVector Repeat(string value, int count)
    Parameters
    Type Name Description
    String value
    Int32 count
    Returns
    Type Description
    StdStringVector

    Reverse()

    Declaration
    public void Reverse()

    Reverse(Int32, Int32)

    Declaration
    public void Reverse(int index, int count)
    Parameters
    Type Name Description
    Int32 index
    Int32 count

    SetRange(Int32, StdStringVector)

    Declaration
    public void SetRange(int index, StdStringVector values)
    Parameters
    Type Name Description
    Int32 index
    StdStringVector values

    Explicit Interface Implementations

    IEnumerable<String>.GetEnumerator()

    Declaration
    IEnumerator<string> IEnumerable<string>.GetEnumerator()
    Returns
    Type Description
    IEnumerator<String>
    Implements
    IEnumerable<T>.GetEnumerator()

    IEnumerable.GetEnumerator()

    Declaration
    IEnumerator IEnumerable.GetEnumerator()
    Returns
    Type Description
    IEnumerator
    Implements
    IEnumerable.GetEnumerator()
    Back to top
    Copyright © 2023 Unity Technologies
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on Thursday, October 19, 2023