コード例 #1
0
ファイル: ObjectWithNullable.cs プロジェクト: mastertnt/XRay
        /// <summary>
        /// Initializes the test0.
        /// </summary>
        /// <returns>a created and initialized object.</returns>
        public static object InitializeTest1()
        {
            ObjectWithNullable lResult = new ObjectWithNullable();

            lResult.NullableDouble = new double();
            return(lResult);
        }
コード例 #2
0
ファイル: ObjectWithNullable.cs プロジェクト: mastertnt/XRay
 /// <summary>
 /// Initializes the test0.
 /// </summary>
 /// <returns>a created and initialized object.</returns>
 public static object InitializeTest1()
 {
     ObjectWithNullable lResult = new ObjectWithNullable();
     lResult.NullableDouble = new double();
     return lResult;
 }
コード例 #3
0
ファイル: ObjectWithNullable.cs プロジェクト: mastertnt/XRay
 /// <summary>
 /// Initializes the test0.
 /// </summary>
 /// <returns>a created and initialized object.</returns>
 public static object InitializeTest0()
 {
     ObjectWithNullable lResult = new ObjectWithNullable();
     return lResult;
 }
コード例 #4
0
ファイル: ObjectWithNullable.cs プロジェクト: mastertnt/XRay
        /// <summary>
        /// Initializes the test0.
        /// </summary>
        /// <returns>a created and initialized object.</returns>
        public static object InitializeTest0()
        {
            ObjectWithNullable lResult = new ObjectWithNullable();

            return(lResult);
        }