System.SRCategoryAttribute.GetLocalizedString C# (CSharp) Méthode

GetLocalizedString() protected méthode

protected GetLocalizedString ( string value ) : string
value string
Résultat string
        protected override string GetLocalizedString(string value)
        {
            return SR.GetResourceString(value, "");
        }
    }