Repository for social network popular group-related functionality

Namespace: MonoSoftware.MonoX.Repositories
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public class PopularGroupRepository : GroupRepository
Visual Basic
Public Class PopularGroupRepository
	Inherits GroupRepository
Visual C++
public ref class PopularGroupRepository : public GroupRepository
F#
type PopularGroupRepository =  
    class
        inherit GroupRepository
    end

Inheritance Hierarchy

See Also