CSharpAppResource Constructors
ClassConstructors1 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
namestringThe name of the resource.