Show / Hide Table of Contents

Class MicroCoroutine.Coroutine

Inheritance
System.Object
MicroCoroutine.Coroutine
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: MacacaGames.ViewSystem
Assembly: Macaca.ViewSystem.dll
Syntax
public class Coroutine : IDisposable

Constructors

| Improve this Doc View Source

Coroutine(IEnumerator)

Declaration
public Coroutine(IEnumerator ie)
Parameters
Type Name Description
System.Collections.IEnumerator ie

Fields

| Improve this Doc View Source

ie

Declaration
public IEnumerator ie
Field Value
Type Description
System.Collections.IEnumerator

Methods

| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()

Implements

System.IDisposable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX