Microsoft.VisualStudio.Project.LocalizableProperties.LocalizableProperties C# (CSharp) Méthode

LocalizableProperties() public méthode

public LocalizableProperties ( ProjectNode projectManager ) : System
projectManager ProjectNode
Résultat System
        public LocalizableProperties(ProjectNode projectManager)
        {
            if (projectManager == null)
                throw new ArgumentNullException("projectManager");

            _projectManager = projectManager;
        }