Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
public enum NAReplaceTransformReplacementKind
{
Default = 0,
DefaultValue = 0,
Def = 0,
Mean = 1,
Min = 2,
Minimum = 2,
Max = 3,
Maximum = 3,
SpecifiedValue = 4,
Val = 4,
Value = 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment