MATLAB의 .NET 제네릭 클래스
MATLAB®에서 .NET 제네릭 클래스 생성, .NET 제네릭 메서드 불러오기
제네릭 클래스는 C# 프로그래밍 언어의 특징입니다. 다음 항목에서는 MATLAB에서 제네릭 클래스를 사용하는 방법을 보여줍니다.
함수
NET.createGeneric | Create instance of specialized .NET generic type |
NET.invokeGenericMethod | Invoke generic method of object |
클래스
NET.GenericClass | Parameterized generic type definitions |
도움말 항목
- .NET Generic Classes
Generics are classes and methods with type parameters.
- Call .NET Generic Methods
Generic methods let you use various data types while maintaining type safety.
- Display .NET Generic Methods Using Reflection
showGenericMethodsfunction example.