Amazon.S3.Model.Internal.MarshallTransformations.PutACLResponseUnmarshaller.GetInstance C# (CSharp) Метод

GetInstance() публичный статический Метод

public static GetInstance ( ) : PutACLResponseUnmarshaller
Результат PutACLResponseUnmarshaller
        public static PutACLResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new PutACLResponseUnmarshaller();
            }
            return instance;
        }