Пример #1
0
        internal static AttachmentImpl GetInstance([CallerMemberName] string callerName = "")
        {
            JToken json = new JObject();

            JsonSource(ref json);
            AttachmentImpl instance = AttachmentImpl.FromToken(json);

            InstanceFactory(ref instance, callerName);
            return(instance);
        }
Пример #2
0
 static partial void InstanceFactory(ref AttachmentImpl instance, [CallerMemberName] string callerName = "");