Base:
property
FullName
System.Type.FullName
2 references to FullName
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (2)
168
return this.
FullName
;
635
return this.typeProvider.GetType(String.Format(CultureInfo.InvariantCulture, "{0}[]", this.
FullName
));