Fantasy
搜索结果

    显示/隐藏目录

    NativeQueue<T>.Enumerator 结构

    Enumerator

    继承成员
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    命名空间: NativeCollections
    程序集: Fantasy.Net.dll
    语法
    public struct NativeQueue<T>.Enumerator

    属性

    | 编辑本文 查看源代码

    Current

    Current

    声明
    public T Current { get; }
    属性值
    类型 描述
    T

    方法

    | 编辑本文 查看源代码

    MoveNext()

    Move next

    声明
    [MethodImpl(MethodImplOptions.AggressiveInlining)]
    public bool MoveNext()
    返回
    类型 描述
    bool

    Moved

    扩展方法

    JsonHelper.ToJson<T>(T)
    • 编辑本文
    • 查看源代码
    本文内容
    Back to top Generated by DocFX