Amazon.S3.Model.Internal.MarshallTransformations.DeleteCORSConfigurationResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

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