Show / Hide Table of Contents

Class AmendUtil

Inheritance
System.Object
AmendUtil
Namespace: Eco.Gameplay.Civics.Constitutional
Assembly: Eco.Gameplay.dll
Syntax
public static class AmendUtil : Object

Methods

Articles(IEnumerable<ConstitutionalAmendment>)

Declaration
public static IEnumerable<CivicArticle> Articles(this IEnumerable<ConstitutionalAmendment> list)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<ConstitutionalAmendment> list
Returns
Type Description
System.Collections.Generic.IEnumerable<CivicArticle>

RemovedArticles(IEnumerable<ConstitutionalAmendment>)

Declaration
public static IEnumerable<CivicArticle> RemovedArticles(this IEnumerable<ConstitutionalAmendment> list)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<ConstitutionalAmendment> list
Returns
Type Description
System.Collections.Generic.IEnumerable<CivicArticle>
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾