System.Tests.YourCustomAttribute.YourCustomAttribute C# (CSharp) Méthode

YourCustomAttribute() public méthode

public YourCustomAttribute ( int value ) : System.Collections.Generic
value int
Résultat System.Collections.Generic
        public YourCustomAttribute(int value)
        {
            _value = value;
        }
YourCustomAttribute