17
1
using System;
2
3
4
namespace IDCSharp
5
{
6
public class Program
7
{
8
public static void Main(string[] args)
9
{
10
int[ ] arr = {6, 3, 2, 8, 3, 1, 9};
11
12
for(int k=0; k<arr.Length; k++) {
13
Console.WriteLine(arr[k]);
14
}
15
}
16
}
17
}
Cached Result
GenericRequestExceptionHandler translating exception to error.
Dumping object(String)
Post-Ran: (DisableLdapAccountCommand) Ok
Dumping object(System.Collections.Generic.List`1[Ardalis.Result.IResult])
[
{
CorrelationId :
Errors : [
Unhandled exception.
]
IsSuccess : False
Status : Error
SuccessMessage :
ValidationErrors : []
Value : null
ValueType : null
},
{
CorrelationId :
Errors : []
IsSuccess : True
Status : Ok
SuccessMessage :
ValidationErrors : []
Value : null
ValueType : null
}
]
Dumping object(String)
Post-Ran: (DisableLdapAccountCommand) Ok
Dumping object(System.Collections.Generic.List`1[Ardalis.Result.IResult])
[
{
CorrelationId :
Errors : [
Unhandled exception.
]
IsSuccess : False
Status : Error
SuccessMessage :
ValidationErrors : []
Value : null
ValueType : null
},
{
CorrelationId :
Errors : []
IsSuccess : True
Status : Ok
SuccessMessage :
ValidationErrors : []
Value : null
ValueType : null
}
]