Mono.AuthorAttribute.AuthorAttribute C# (CSharp) Method

AuthorAttribute() public method

public AuthorAttribute ( string name ) : System
name string
return System
		public AuthorAttribute(string name)
		{
			Name = name;
			SubProject = null;
		}

Same methods

AuthorAttribute::AuthorAttribute ( string name, string subProject ) : System