11 строки
206 B
C#
11 строки
206 B
C#
|
// Copyright (c) Microsoft Corporation.
|
|||
|
// Licensed under the MIT License.
|
|||
|
|
|||
|
namespace InferSharpModels
|
|||
|
{
|
|||
|
public class InferUndefined
|
|||
|
{
|
|||
|
public static extern bool bool_undefined();
|
|||
|
}
|
|||
|
}
|