1 2 3 4 5 6 7
/// <summary> /// Create a new {{ service_name }}. /// </summary> public {{ class_name }}({{ params_decl }}) { _handle = NativeMethods.{{ native_new }}(); }