struct DataProgress
in global :: Sandbox . Utility
For providing a callback to describe the progress of doing something with some kind of block of data
public long ProgressBytes { get; set; }
😔 No documentation found.
public long TotalBytes { get; set; }
😔 No documentation found.
public long DeltaBytes { get; set; }
😔 No documentation found.
public float ProgressDelta { get; }
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.