Boo.BooLangProject.BooVSProject.AddWebReference C# (CSharp) Méthode

AddWebReference() public méthode

public AddWebReference ( string bstrUrl ) : ProjectItem
bstrUrl string
Résultat ProjectItem
        public ProjectItem AddWebReference(string bstrUrl)
        {
            throw new NotImplementedException();
        }