CSharpAppResource Constructors
Class Constructors 1 member
A resource that represents a specified C# project or file-based app.
Constructor(string) Section titled Constructor(string) A resource that represents a specified C# project or file-based app.
public class CSharpAppResource{ public CSharpAppResource( string name) { // ... }}Parameters
name string The name of the resource.