Show / Hide Table of Contents

Class XCodeProjectFlag

Represents and XCode project flag.

Inheritance
System.Object
XCodeProjectFlag
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: StansAssets.IOS.XCode
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class XCodeProjectFlag

Fields

Name

The name of the flag.

Declaration
public string Name
Field Value
Type Description
System.String

Type

The type of the flag.

Declaration
public XCodeFlagType Type
Field Value
Type Description
XCodeFlagType
In This Article
Back to top Generated by DocFX