public interface Param
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Param.HadClose
param will be close in the method
|
static interface |
Param.InOut
param will be read and modified in the method
|
static interface |
Param.NotClose
param will be NOT close in the method
|
static interface |
Param.Out
param will be modified in the method
|
Copyright © 2024. All rights reserved.