Beispiel #1
0
            /// <summary>
            /// Appends the specified field name.
            /// </summary>
            /// <param name="fieldIndex">The field index.</param>
            private void AppendFieldName(int fieldIndex)
            {
                var fieldName = CLTypeGenerator.GetFieldName(fieldIndex);

                stringBuilder.Append(fieldName);
            }