mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-06-27 13:33:13 +00:00
Nullable
This commit is contained in:
@ -32,12 +32,12 @@ namespace Esiur.AspNetCore.Example
|
||||
public partial class MyResource
|
||||
{
|
||||
|
||||
[Annotation("sss","bb")][Export] int number;
|
||||
[Annotation("A1","B2")][Export] int number;
|
||||
|
||||
[Export]
|
||||
|
||||
public string[] GetInfo() => new string[] { Environment.MachineName, Environment.UserName, Environment.CurrentDirectory,
|
||||
Environment.CommandLine, Environment.OSVersion.ToString(), Environment.ProcessPath };
|
||||
Environment.CommandLine, Environment.OSVersion.ToString()};
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user