Search Results for

    Show / Hide Table of Contents

    Class PedBoneCollection.Enumerator

    Inheritance
    Object
    PedBoneCollection.Enumerator
    Implements
    IEnumerator<PedBone>
    IDisposable
    IEnumerator
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: GTA
    Assembly: ScriptHookVDotNet3.dll
    Syntax
    public class Enumerator : IEnumerator<PedBone>, IDisposable, IEnumerator

    Constructors

    | Improve this Doc View Source

    Enumerator(PedBoneCollection)

    Declaration
    public Enumerator(PedBoneCollection collection)
    Parameters
    Type Name Description
    PedBoneCollection collection

    Properties

    | Improve this Doc View Source

    Current

    Declaration
    public PedBone Current { get; }
    Property Value
    Type Description
    PedBone

    Methods

    | Improve this Doc View Source

    MoveNext()

    Declaration
    public bool MoveNext()
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    Reset()

    Declaration
    public void Reset()

    Explicit Interface Implementations

    | Improve this Doc View Source

    IEnumerator.Current

    Declaration
    object IEnumerator.Current { get; }
    Returns
    Type Description
    Object
    | Improve this Doc View Source

    IDisposable.Dispose()

    Declaration
    void IDisposable.Dispose()

    Implements

    System.Collections.Generic.IEnumerator<T>
    System.IDisposable
    System.Collections.IEnumerator
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX