CSharpIdentifiers.Declarations.Parameters.Optional.Create C# (CSharp) Method

Create() public method

public Create ( string path = "" ) : void
path string
return void
        public void Create(string path = "")
        {
        }
    }
Optional