Skip to content

Instantly share code, notes, and snippets.

@todorok1
Last active January 22, 2021 06:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save todorok1/77764599350192650b66f2279ef8c975 to your computer and use it in GitHub Desktop.
Save todorok1/77764599350192650b66f2279ef8c975 to your computer and use it in GitHub Desktop.
引数の名前を変えてみる
/// <Summary>
/// 引数の値をフィールドにセットします。
/// </Summary>
public void SetFieldValue(int id, string name)
{
fieldId = id;
fieldName = name;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment