Boo.BooLangStudio.RegisterMsBuildTargetsAttribute.RegisterMsBuildTargetsAttribute C# (CSharp) Méthode

RegisterMsBuildTargetsAttribute() public méthode

public RegisterMsBuildTargetsAttribute ( string regLabel, string targetPath ) : System
regLabel string
targetPath string
Résultat System
        public RegisterMsBuildTargetsAttribute(string regLabel, string targetPath)
        {
            _regLabel = regLabel;
            _targetPath = targetPath;
        }