using System.Collections.Generic; namespace xAPI.Registry { /// /// Provides 0 items of the xAPI_Verbs of the context ppm as public properties. /// public sealed class xAPI_Verbs_Ppm : xAPI_Verbs { public xAPI_Verbs_Ppm() : base("ppm") { } } }