-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
area-System.RuntimeblockedIssue/PR is blocked on something - see commentsIssue/PR is blocked on something - see comments
Milestone
Description
Based on corefxlab work, will be used by a variety of new corefx Span-based APIs. We need to re-review to make sure it's exactly what we want to bake in to the core of the framework
namespace System.Buffers // System?
{
public enum TransformationStatus // TransformStatus? TransformResult?
{
Done, // Success? Complete? Ok?
DestinationTooSmall,
NeedMoreSourceData, // SourceTooSmall?
InvalidData
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-System.RuntimeblockedIssue/PR is blocked on something - see commentsIssue/PR is blocked on something - see comments