Amazon.SimpleNotificationService.Model.Internal.MarshallTransformations.ListSubscriptionsResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : ListSubscriptionsResponseUnmarshaller
리턴 ListSubscriptionsResponseUnmarshaller
        public static ListSubscriptionsResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new ListSubscriptionsResponseUnmarshaller();
            }
            return instance;
        }