Amazon.SimpleWorkflow.Model.Internal.MarshallTransformations.ListActivityTypesResponseUnmarshaller.UnmarshallResult C# (CSharp) Метод

UnmarshallResult() приватный статический Метод

private static UnmarshallResult ( JsonUnmarshallerContext context, ListActivityTypesResponse response ) : void
context Amazon.Runtime.Internal.Transform.JsonUnmarshallerContext
response Amazon.SimpleWorkflow.Model.ListActivityTypesResponse
Результат void
        private static void UnmarshallResult(JsonUnmarshallerContext context,ListActivityTypesResponse response)
        {                   
          response.ActivityTypeInfos = ActivityTypeInfosUnmarshaller.GetInstance().Unmarshall(context);
          return;
        }