예제 #1
0
        /// <summary>
        /// Create a new NamesByPrefixResult object.
        /// </summary>
        /// <param name="name">Initial value of the Name property.</param>
        /// <param name="sum">Initial value of the Sum property.</param>
        public static NamesByPrefixResult CreateNamesByPrefixResult(global::System.String name, global::System.Int32 sum)
        {
            NamesByPrefixResult namesByPrefixResult = new NamesByPrefixResult();

            namesByPrefixResult.Name = name;
            namesByPrefixResult.Sum  = sum;
            return(namesByPrefixResult);
        }
 /// <summary>
 /// Create a new NamesByPrefixResult object.
 /// </summary>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="sum">Initial value of the Sum property.</param>
 public static NamesByPrefixResult CreateNamesByPrefixResult(global::System.String name, global::System.Int32 sum)
 {
     NamesByPrefixResult namesByPrefixResult = new NamesByPrefixResult();
     namesByPrefixResult.Name = name;
     namesByPrefixResult.Sum = sum;
     return namesByPrefixResult;
 }