System.ArchitectureEnumExtensions.ArgumentOutOfRangeException C# (CSharp) Méthode

ArgumentOutOfRangeException() private méthode

private ArgumentOutOfRangeException ( nameof (architecture ) : System.Runtime.InteropServices
(architecture nameof
Résultat System.Runtime.InteropServices
            _ => throw new ArgumentOutOfRangeException(nameof(architecture), architecture, null),
        };
ArchitectureEnumExtensions