コード例 #1
0
            public string Apply(string oldName, ApiConventionSettings apiConventionSettings)
            {
                var newName = $"#{oldName ?? String.Empty}";

                return(newName);
            }