Boo.BooLangProject.SR.GetObject C# (CSharp) Method

GetObject() public static method

public static GetObject ( string name ) : object
name string
return object
        public static object GetObject(string name)
        {
            return Resources.GetObject(name, null);
        }