Show / Hide Table of Contents

Class Program

Inheritance
System.Object
Program
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: Cortext.Next.Playground
Assembly: Cortext.Next.Playground.dll
Syntax
public class Program

Methods

| Improve this Doc View Source

Main(String[])

Declaration
public static void Main(string[] args)
Parameters
Type Name Description
System.String[] args
| Improve this Doc View Source

WriteToFileAsync(Group, ISharedState, Int32)

Declaration
public Task<int> WriteToFileAsync(Group group, ISharedState sharedState, int count)
Parameters
Type Name Description
Group group
ISharedState sharedState
System.Int32 count
Returns
Type Description
System.Threading.Tasks.Task<System.Int32>

Extension Methods

TraceExtensions.Trace<TObject, TMember>(TObject, Expression<Func<TObject, TMember>>, TraceMode)
ReactiveObjectTypeUtilExtensions.GetObservable(Object)
ReactiveObjectTypeUtilExtensions.GetObservable<TObject, TMember>(TObject, Expression<Func<TObject, TMember>>)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX