.net framework method

Code Example - .net framework method

                
                        <Static Modifier> <Access Specifier> <Return Type> <Method Name> (Parameters)
{
    <Method Body>
}