GitHub.Caches.AccountCacheItem.Create C# (CSharp) Method

Create() public static method

public static Create ( Account apiAccount ) : AccountCacheItem
apiAccount Account
return AccountCacheItem
        public static AccountCacheItem Create(Account apiAccount)
        {
            return new AccountCacheItem(apiAccount);
        }

Same methods

AccountCacheItem::Create ( UserAndScopes userAndScopes ) : AccountCacheItem